# $Id: Portfile 77086 2011-03-20 00:57:52Z l2g@macports.org $

PortSystem 1.0

set langcode        es
name		        aspell-dict-${langcode}
version		        1.11-2
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           sha1    18acfa4bc08433e920bb015b158e43643e5125cf \
                    rmd160  84f34f730a7a68f0e9fbe9d318fe0c550c851a47

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