# $Id: Portfile 65351 2010-03-25 17:34:04Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        af
name                aspell-dict-${langcode}
version             0.50-0
categories          textproc
maintainers         nomaintainer
description         ${langcode} dictionary for aspell
long_description    ${description}
homepage	        http://aspell.net/
platforms	        darwin
universal_variant   no

master_sites	    gnu:aspell/dict/${langcode}
distname	        aspell-${langcode}-${version}
checksums           md5     bde617a195e70364f96eea71cf71a333 \
                    sha1    9957b57df8da90f0498c558481b0e6b1ce70af66 \
                    rmd160  dc095b314d6867254ff4de11ed1e02a20dba1d33

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.regex     >aspell6?-${langcode}-(.*?)\\.tar\\.

