# $Id: Portfile 123960 2014-08-16 14:47:58Z jmr@macports.org $

PortSystem 1.0

set langcode        rw
name                aspell-dict-${langcode}
version             0.50-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	        aspell-${langcode}-${version}
checksums           md5     d369916c4f4159b04e43daf31dde60c9 \
                    sha1    48248fa20e14b9369051360a37efdbadaf57d972 \
                    rmd160  3326cc21a3d17125636d3e973b5df43ee0107b13

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     >aspell(?:5|6)?-${langcode}-(.*?)\\.tar\\.
