# $Id: Portfile 124110 2014-08-18 22:24:55Z jmr@macports.org $

PortSystem 1.0

set langcode        mg
name                aspell-dict-${langcode}
version             0.03-0
categories          textproc
license             GPL-2
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	        aspell5-${langcode}-${version}
checksums           md5     f75e3b51a6935cd4be19c1ea452217a1 \
                    sha1    5a09a0a57c202433eac5cddf7a65c9095d8e748e \
                    rmd160  1c46e3c3ad4cb8016349cb528305b7b87cff7ee5

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     >aspell5?-${langcode}-(.*?)\\.tar\\.
