# $Id: Portfile 124202 2014-08-20 22:18:13Z jmr@macports.org $

PortSystem 1.0

set langcode        lt
name                aspell-dict-${langcode}
version             1.2.1-0
categories          textproc
license             BSD
maintainers         nomaintainer
description         ${langcode} dictionary for aspell
long_description    ${description}
homepage	        http://aspell.net/
platforms	        darwin
supported_archs     noarch

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