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