# $Id: Portfile 65433 2010-03-26 06:29:27Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        lv
name                aspell-dict-${langcode}
version             0.5.5-1
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     cd120047c0b160a40361cbf03913e91f \
                    sha1    bbdebf5c7e959115dcbd1856327da11a84687d75 \
                    rmd160  61a6dc2f1da6d67116c4d832d156c0a1fd3cf93d

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

