# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 41240 2008-10-28 23:37:30Z pguyot@kallisys.net $

PortSystem 1.0

name		        aspell-dict-de
version		        20030222
categories	        textproc
maintainers	        nomaintainer
description	        German dictionary for aspell (current spelling rules)
platforms	        darwin
universal_variant   no

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

homepage            http://aspell.net
master_sites	    gnu:aspell/dict/de

distname	        aspell6-de-${version}-1
checksums	        md5 5950c5c8a36fc93d4d7616591bace6a6

use_bzip2	        yes

depends_lib	        bin:aspell:aspell

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