# $Id: Portfile 65356 2010-03-25 17:41:40Z pguyot@kallisys.net $

PortSystem 1.0

set langcode        ca
name                aspell-dict-${langcode}
version             2.1.5-1
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     153d26f724866909c6faf49eecefe8b3 \
                    sha1    abce32e6dffa420b7ae90ac277038591e7c32a90 \
                    rmd160  8b34dc739240d5d7416c9fe3642775eab347b798

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

