# $Id: Portfile 124308 2014-08-22 15:43:38Z jmr@macports.org $

PortSystem 1.0

set langcode        fi
name                aspell-dict-${langcode}
version             0.7-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     6d1032116982c0efab1af8fce83259c0 \
                    sha1    10235c88220f7b914a1d8af7b4d4e8e26b5d7c76 \
                    rmd160  5bf589b7fda611bb233fe52a572a47b5b4a0708b

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