# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 85318 2011-10-12 19:22:16Z snc@macports.org $

PortSystem          1.0

name                aspell-dict-en
version             7.1
categories          textproc
maintainers         l2g openmaintainer
license             Permissive
description         English dictionary for aspell
homepage            http://aspell.net/
platforms           darwin
supported_archs     noarch

long_description    Aspell with English dictionary.

master_sites        gnu:aspell/dict/en

distname            aspell6-en-${version}-0
checksums           sha1    d45ccda0c03e2a679c2936487ec851a1896b8150 \
                    rmd160  ab44931ca3530073971f1aa1a966f6a81d934241

use_bzip2           yes

depends_build       bin:aspell:aspell

configure.pre_args  {}
configure.args      --vars DESTDIR=${prefix} \
                    ASPELL=${prefix}/bin/aspell \
                    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress

livecheck.type      regex
livecheck.url       http://ftp.gnu.org/gnu/aspell/dict/0index.html
livecheck.regex     {aspell[0-9]*-en-([0-9\.]+)-[0-9]+\.tar\.bz2}
