diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-29 18:17:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-29 18:17:19 +0000 |
commit | a4c99d19f8b895ce22bf9ef66c1a1cb18252c9af (patch) | |
tree | ced74703a172a49012d81a27ebe7fe9b318923af /fonts/arphicttf/Makefile | |
parent | 079f831b3f73ff0d83336815cfa3ddd6e1d72c20 (diff) | |
download | pkgsrc-a4c99d19f8b895ce22bf9ef66c1a1cb18252c9af.tar.gz |
Initial import of arphicttf-2.11, Chinese Big5/GB TrueType fonts made
by Arphic Technology.
Package by Rui-Xiang Guo from pkg/12849.
Diffstat (limited to 'fonts/arphicttf/Makefile')
-rw-r--r-- | fonts/arphicttf/Makefile | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/fonts/arphicttf/Makefile b/fonts/arphicttf/Makefile new file mode 100644 index 00000000000..7c038baad2a --- /dev/null +++ b/fonts/arphicttf/Makefile @@ -0,0 +1,44 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/29 18:17:19 wiz Exp $ +# + +DISTNAME= arphicttf-2.11 +CATEGORIES= chinese fonts +MASTER_SITES= ftp://linux.cis.nctu.edu.tw/chinese/fonts/arphic/font/ \ + ftp://linux.cis.nctu.edu.tw/chinese/fonts/arphic/license/ENGLISH/ \ + ftp://linux.cis.nctu.edu.tw/chinese/fonts/arphic/ +DISTFILES= ${FONT_SETS} ${MISC_FILES} + +MAINTAINER= rxg@ms25.url.com.tw +COMMENT= Chinese Big5/GB TrueType fonts made by Arphic Technology + +DEPENDS+= mkttfdir-1*:../../fonts/mkttfdir + +FONT_SETS= bkai00mp.ttf.gz \ + bsmi00lp.ttf.gz \ + gbsn00lp.ttf.gz \ + gkai00mp.ttf.gz + +MISC_FILES= ARPHICPL.TXT logo.gif release.txt + +DIST_SUBDIR= ${PKGNAME} + +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +USE_X11BASE= yes +FONTDIR= ${PREFIX}/lib/X11/fonts/arphicttf + +do-install: + ${INSTALL_DATA_DIR} ${FONTDIR} + for f in ${FONT_SETS}; do \ + ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTDIR}; \ + ${GUNZIP_CMD} ${FONTDIR}/$$f; \ + done + +post-install: + ${SH} ${LOCALBASE}/bin/mkttfdir ${FONTDIR} + +.include "../../mk/bsd.pkg.mk" |