Ticket #11887: Portfile.aspell-dict-de-alt

File Portfile.aspell-dict-de-alt, 623 bytes (added by macports@…, 17 years ago)

Portfile for new port aspell-dict-de-alt

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