# $Id: Portfile 41240 2008-10-28 23:37:30Z pguyot@kallisys.net $

PortSystem 1.0
name		aspell-dict-de-alt
version		2.1
categories	textproc
maintainers	nomaintainer
description	German dictionary for aspell (old spelling rules)
platforms	darwin
universal_variant   no

long_description	German dictionary for Aspell, using the old German spelling \
			rules.  For a dictionary with the current German \
			spelling rules, install the aspell-dict-de port.

master_sites	gnu:aspell/dict/de-alt

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" }
