# $Id: Portfile,v 1.1 2004/02/20 05:13:33 toby Exp $ PortSystem 1.0 name aspell-dict-sv version 0.50 categories textproc maintainers jakob@rfc.se description Swedish dictionary for aspell homepage http://aspell.net/ platforms darwin long_description Aspell with Swedish dictionary. master_sites gnu:aspell/dict/sv distname aspell-sv-${portversion}-1 checksums md5 0d15225d51ade72d7fdb49bc28e0679c 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" }