1 | # $Id: Portfile 23764 2007-04-09 04:51:25Z mij@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name aspell-dict-de-alt |
---|
5 | version 2.1 |
---|
6 | categories textproc |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description German (old rules) dictionary for aspell |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | long_description Aspell with German dictionary. |
---|
12 | |
---|
13 | master_sites gnu:aspell/dict/de-alt |
---|
14 | |
---|
15 | distname aspell6-de-alt-${version}-1 |
---|
16 | checksums md5 13245374b03088608d729fd15c58cd7a |
---|
17 | |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | depends_build bin:aspell:aspell |
---|
21 | |
---|
22 | configure { system "cd ${worksrcpath} && ./configure \ |
---|
23 | --vars ASPELL=${prefix}/bin/aspell \ |
---|
24 | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } |
---|