# $Id: Portfile 65120 2010-03-22 15:05:04Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        sr
name                aspell-dict-${langcode}
version             0.02
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	        aspell6-${langcode}-${version}
checksums           md5     a068ba095e7246fd3bbc92e7d0287998 \
                    sha1    4827f2b386861730f1fdc2e70cad48c0715a94e2 \
                    rmd160  74572fe0ed623be333eda5af3522a2ba54af83d6

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\\.

