# $Id: Portfile 65122 2010-03-22 15:12:49Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        az
name                aspell-dict-${langcode}
version             0.02-0
categories          textproc
maintainers         nomaintainer
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     24d9d46c8fc23197666a43a7962a7b0d \
                    sha1    1ffe8b9674706f46b9daab564760c86a7b6ac63f \
                    rmd160  0d6701008b62b5ef1f4c0b6edc654168a480611e

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

