# $Id: Portfile,v 1.6 2004/01/18 04:54:48 toby Exp $ PortSystem 1.0 name aspell-dict-en version 0.50 categories textproc maintainers mij@opendarwin.org description English dictionary for aspell homepage http://aspell.net/ platforms darwin long_description Aspell with English dictionary. master_sites gnu:aspell/dict/en distname aspell-en-${portversion}-2 checksums md5 9cee7464f9e6e2eae42443048cd3c855 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" }