1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ttf-arphic-ukai |
---|
5 | version 0.1.20060928 |
---|
6 | revision 1 |
---|
7 | categories x11 fonts |
---|
8 | maintainers openmaintainer |
---|
9 | description AR PL ZenKai Uni and AR PL ZenKai Uni MBE Unicode Fonts |
---|
10 | long_description \ |
---|
11 | AR PL ZenKai Uni and AR PL ZenKai 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}.orig.tar.gz |
---|
18 | checksums md5 465b1350911f086a2021c36e039f79c8 \ |
---|
19 | sha1 969e790b221f2e73505dc432f3b806015bf99dc0 \ |
---|
20 | rmd160 d548793de0045937c0aaef60f55e87c2c402038f |
---|
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 ${worksrcpath}/ukai.ttf ${fontdir} |
---|
29 | } |
---|
30 | |
---|
31 | post-activate { |
---|
32 | system "${prefix}/bin/fc-cache -fv ${prefix}/share/fonts" |
---|
33 | } |
---|