# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

set langcode        hi
name                aspell-dict-${langcode}
version             0.02-0
categories          textproc
maintainers         kallisys.net:pguyot openmaintainer
description         ${langcode} dictionary for aspell
long_description    ${description}
homepage	        http://aspell.net/
platforms	        darwin
universal_variant   no

master_sites	    gnu:aspell/dict/${langcode}
distname	        aspell6-${langcode}-${version}
checksums	        md5     4fd4aedbda587bbc4eecb9d3ea57591d \
                    sha1    af9ce9a4a97f2489a23d382bd72943b30bc3f6a4 \
                    rmd160  cd6f11b1c738c5ab640d0f39fb35c4e03ac58da8

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

