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

PortSystem 1.0
name		aspell-dict-dk
version		0.50.1
revision	0
categories	textproc
maintainers	nomaintainer
description	Danish dictionary for aspell
homepage	http://aspell.net/
platforms	darwin
universal_variant   no

long_description Aspell with Danish dictionary.

master_sites	gnu:aspell/dict/da

distname	aspell-da-${version}-${revision}
checksums	md5 1bf582a9aa0e0f8007a2ba9d52964e7e

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