# $Id: Portfile 124566 2014-08-25 22:35:57Z jmr@macports.org $

PortSystem 1.0

set langcode        az
name                aspell-dict-${langcode}
version             0.02-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     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\\.
