# $Id: Portfile 65430 2010-03-26 06:24:37Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        et
name                aspell-dict-${langcode}
version             0.1.21-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     82929f49ddc1149b6ef2bde4c3c12bcd \
                    sha1    7376022dfea538be579d327db3a57696cce35e39 \
                    rmd160  5da414cc34c1e3ce1cfd42077d66e6c66063e7a6

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

