# $Id: Portfile 124310 2014-08-22 15:53:42Z jmr@macports.org $

PortSystem 1.0

set langcode        et
name                aspell-dict-${langcode}
version             0.1.21-1
categories          textproc
license             LGPL-2.1+
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     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\\.
