# $Id: Portfile 65349 2010-03-25 17:32:11Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        eo
name                aspell-dict-${langcode}
version             2.1.20000225a-2
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     455719c49ffeb51b204767de6e1d9ef6 \
                    sha1    0996e0b553bcb5706b598a0256c49102eb489c34 \
                    rmd160  12040ce08663cfbf0a3204c0b56bda4610f51c68

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

