1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ttf-arphic-uming |
---|
5 | version 0.1.20060928 |
---|
6 | revision 1 |
---|
7 | categories x11 fonts |
---|
8 | maintainers openmaintainer |
---|
9 | description AR PL ShanHeiSun Uni and AR PL ShanHeiSun Uni MBE Unicode Fonts |
---|
10 | long_description \ |
---|
11 | AR PL ShanHeiSun Uni and AR PL ShanHeiSun Uni MBE Unicode Fonts \ |
---|
12 | are provided by Arphic Technology to the Free Software \ |
---|
13 | community under the Arphic Public License. |
---|
14 | platforms darwin |
---|
15 | homepage http://www.font.su/fonts/ |
---|
16 | master_sites http://www.font.su/fonts/download/ |
---|
17 | distfiles ${name}_${version}.ttf |
---|
18 | checksums md5 7b3c708e40c160e48d646aaed7d775d9 \ |
---|
19 | sha1 2a4f4a69e343c21c24d044b2cb19fd4f0decc82c \ |
---|
20 | rmd160 3c7b8a1871dfdd160b8afa200f14374b803d1bc6 |
---|
21 | |
---|
22 | use_configure no |
---|
23 | supported_archs noarch |
---|
24 | build {} |
---|
25 | destroot { |
---|
26 | set fontdir ${destroot}${prefix}/share/fonts/${name} |
---|
27 | xinstall -d -m 755 ${fontdir} |
---|
28 | eval xinstall -m 644 ${prefix}/var/macports/distfiles/${name}/${distfiles} \ |
---|
29 | ${fontdir}/uming.ttf |
---|
30 | } |
---|
31 | |
---|
32 | post-activate { |
---|
33 | system "${prefix}/bin/fc-cache -fv ${prefix}/share/fonts" |
---|
34 | } |
---|