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