# $Id: Portfile,v 1.4 2003/03/03 07:18:02 mij Exp $ PortSystem 1.0 name aspell-dict-nl version 0.50 categories textproc maintainers mij@opendarwin.org description Dutch dictionary for aspell homepage http://aspell.net/ platforms darwin long_description Aspell with Dutch dictionary. master_sites ftp://ftp.gnu.org/gnu/aspell/ distname aspell-nl-${portversion}-2 checksums md5 c3ef9fd7dc4c47d816eee9ef5149c76a 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" }