# $Id: Portfile 181 2009-09-07 16:25:40Z kimuraw $

PortSystem 1.0
name		aspell-dict-id
version		1.2-0
categories	textproc
maintainers	pelopor@nifty.com
description	Indonesian dictionary for aspell
homepage	http://aspell.net/
platforms	darwin

long_description ${description}
master_sites	gnu:aspell/dict/id

distname	aspell5-id-${version}
checksums	md5 9136385a6ce0ff0d113427ab3c974254

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