# $Id: Portfile 65455 2010-03-26 08:34:57Z pguyot@kallisys.net $

PortSystem 1.0
set langcode        it
name		        aspell-dict-${langcode}
version		        2.2_20050523-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     b1217299a0b67d1e121494d7ec18a88d \
                    sha1    756e9c89f36eb0fdca951c818c2d3f2c52b9398d \
                    rmd160  ff5e3b974970e897fb968ed1d0500e4728d7c1cb

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     >aspell(?:5|6)?-${langcode}-(.*?)\\.tar\\.

