Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name aspell-dict-de
version 2.1
categories textproc
maintainers mij@macports.org
description German dictionary for aspell
platforms darwin

long_description Aspell with German dictionary.

master_sites gnu:aspell/dict/de

distname aspell6-de-alt-${version}-1
checksums md5 13245374b03088608d729fd15c58cd7a

use_bzip2 yes

depends_build bin:aspell:aspell

configure { system "cd ${worksrcpath} && ./configure \
--vars ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }