# $Id: Portfile,v 1.7 2005/05/18 06:08:43 mij Exp $ PortSystem 1.0 name aspell-dict-en version 6.0 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 aspell6-en-${portversion}-0 checksums md5 16449e0a266e1ecc526b2f3cd39d4bc2 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" }