# $Id: Portfile 65432 2010-03-26 06:28:05Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        lt
name                aspell-dict-${langcode}
version             1.2.1-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	        aspell6-${langcode}-${version}
checksums           md5     bfde48c27cac3ae8ce3a1818ba68a2d8 \
                    sha1    114c33dd042712dcef546b73dfbf889c1f7d7479 \
                    rmd160  f347b1c0ed06ba41134b426a70ca5ce01f48c2f3

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

