# $Id: Portfile 25095 2007-05-14 00:04:13Z boeyms@macports.org $ PortSystem 1.0 name aspell-dict-de version 20030222 categories textproc maintainers nomaintainer@macports.org description German dictionary for aspell (current spelling rules) platforms darwin long_description German dictionary for Aspell, using the current German \ spelling rules. For a dictionary with the old German \ spelling rules, install the aspell-dict-de-alt port. master_sites gnu:aspell/dict/de distname aspell6-de-${version}-1 checksums md5 5950c5c8a36fc93d4d7616591bace6a6 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" }