# $Id: Portfile 123961 2014-08-16 14:51:58Z jmr@macports.org $

PortSystem 1.0

set langcode        ru
name		        aspell-dict-${langcode}
version		        0.99f7-1
categories	        textproc
license             Restrictive/Distributable
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 c4c98eaa5e77ad3adccbc5c96cb57cb3

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