# $Id: Portfile 124206 2014-08-20 22:29:35Z jmr@macports.org $

PortSystem 1.0

set langcode        hu
name                aspell-dict-${langcode}
version             0.99.4.2-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	        aspell6-${langcode}-${version}
checksums	        md5     4f4e1e98019a89d0ebf43ec59ae68254 \
                    sha1    0e020ed79ecfd5a88ec758482e31b757f54f60bf \
                    rmd160  50d0c4c790d9c5c2c0d30861c1eb5332c68ea7df

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