# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

set langcode        de-alt
name		        aspell-dict-${langcode}
version		        2.1-1
categories	        textproc
license		        GPL-2
maintainers	        nomaintainer
description	        German dictionary for aspell (old spelling rules)
platforms	        darwin
supported_archs     noarch

long_description	German dictionary for Aspell, using the old German spelling \
			        rules.  For a dictionary with the current German \
			        spelling rules, install the aspell-dict-de port.

homepage            http://aspell.net
master_sites	    gnu:aspell/dict/${langcode}

distname	        aspell6-${langcode}-${version}
checksums	        md5 13245374b03088608d729fd15c58cd7a

use_bzip2	        yes

depends_build	    port:aspell

configure.pre_args  {}
configure.args      --vars \
                    ASPELL=${prefix}/bin/aspell \
                    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress

livecheck.type      regex
livecheck.url       https://ftp.gnu.org/gnu/aspell/dict/0index.html
livecheck.regex     >aspell(?:5|6)?-${langcode}-(.*?)\\.tar\\.
