# $Id: Portfile 23764 2007-04-09 04:51:25Z mij@macports.org $ PortSystem 1.0 name aspell-dict-it version 0.53 categories textproc maintainers nomaintainer@macports.org description Italian dictionary for aspell homepage http://aspell.net/ platforms darwin long_description Aspell with Italian dictionary. master_sites gnu:aspell/dict/it distname aspell-it-${version}-0 checksums md5 ab3cce02bf8bfdf4116f9f7e602cf4b7 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" }