1 | # $Id: Portfile 14362 2006-10-13 00:35:46Z lefevre $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name stardict-xmlittre |
---|
5 | version 2.4.2 |
---|
6 | categories textproc |
---|
7 | maintainers vincent-opdarw@vinc17.org |
---|
8 | description XMLittré dictionary for stardict |
---|
9 | long_description XMLittré dictionary for stardict. |
---|
10 | homepage http://francois.gannaz.free.fr/Littre/accueil.php |
---|
11 | master_sites sourceforge:stardict |
---|
12 | checksums md5 60252449ad6d9d3fee48ccba3412d127 \ |
---|
13 | sha1 16920eb26a042f81feff6f9888548f6f3520e095 |
---|
14 | use_bzip2 yes |
---|
15 | |
---|
16 | use_configure no |
---|
17 | build {} |
---|
18 | |
---|
19 | set instdir share/stardict/dic |
---|
20 | |
---|
21 | destroot { |
---|
22 | file mkdir "${destroot}${prefix}/${instdir}" |
---|
23 | xinstall -m 644 -v -W ${worksrcpath} \ |
---|
24 | XMLittre.dict.dz XMLittre.ifo XMLittre.idx \ |
---|
25 | "${destroot}${prefix}/${instdir}" |
---|
26 | } |
---|