# $Id: Portfile 65452 2010-03-26 08:29:49Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        sw
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     26ccc3500d7f7c288b74bba1c1fab38f \
                    sha1    3f525cdd25bb74577dcd1db9393d8348cf4dd656 \
                    rmd160  50a79659d3498f8be0dfeea16919c4711b594eef

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     >aspell(?:5|6)?-${langcode}-(.*?)\\.tar\\.

