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

PortSystem 1.0

set langcode        pt_BR
name                aspell-dict-${langcode}
version             20080707-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     0c99d5c143fc15a951a1bc234230590c \
                    sha1    a6444160963d5b1bf1a6f9f1db1721a5e1192f23 \
                    rmd160  b4a2dc13e43b8fa6b9a8ff08aa8d9d8fcd786396

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

