Ticket #19669: Portfile

File Portfile, 649 bytes (added by bardellie@…, 15 years ago)

Portfile

Line 
1PortSystem 1.0
2name            ispell-dict-it
3version         2001
4categories      textproc
5maintainers     gmail.com:bardellie
6description     Italian dictionary for ispell.
7homepage        http://members.xoom.virgilio.it/trasforma/ispell/
8platforms       darwin
9universal_variant   no
10
11long_description Ispell Italian dictionary. Based on Loris Palmerini's dictionary.
12
13master_sites    ${homepage}
14
15distname        ispell-it${version}
16extract.suffix          .tgz
17
18checksums       md5 559ab52451fec91068f11d40f5f919b2
19
20use_configure           no
21
22depends_build   port:ispell
23
24build           { system "cd ${workpath}/ispell-it && make" }
25destroot        {}
26install         { xinstall ${workpath}/ispell-it/italian.hash ${prefix}/lib/ }
27activate        {}