summaryrefslogtreecommitdiff
path: root/fonts/arphic-ttf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-25 19:16:20 +0000
committerwiz <wiz>2002-05-25 19:16:20 +0000
commit03198cedc9dc8c4b6917cd98e14104652b07f347 (patch)
treee09513185c9dc24cf4520408557382103de57a14 /fonts/arphic-ttf/Makefile
parent5798c106e0aacba06a50ca12743b6e1dbbf39404 (diff)
downloadpkgsrc-03198cedc9dc8c4b6917cd98e14104652b07f347.tar.gz
Re-import arphic-ttf under a different name to unify ttf package names to
*-ttf. Slightly changed to not use mkttfdir any more. Submitted by rxg in relation with pkg/16813.
Diffstat (limited to 'fonts/arphic-ttf/Makefile')
-rw-r--r--fonts/arphic-ttf/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/fonts/arphic-ttf/Makefile b/fonts/arphic-ttf/Makefile
new file mode 100644
index 00000000000..795316f4a9d
--- /dev/null
+++ b/fonts/arphic-ttf/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/25 19:16:20 wiz Exp $
+#
+
+DISTNAME= arphic-ttf-2.11
+CATEGORIES= 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_FILES} ${MISC_FILES}
+
+MAINTAINER= rxg@ms25.url.com.tw
+COMMENT= Chinese TrueType fonts from Arphic Technology
+
+FONT_FILES= bkai00mp.ttf.gz bsmi00lp.ttf.gz gbsn00lp.ttf.gz gkai00mp.ttf.gz
+MISC_FILES= ARPHICPL.TXT logo.gif release.txt
+
+DIST_SUBDIR= arphic-ttf
+
+EXTRACT_ONLY= # empty
+WRKSRC= ${WRKDIR}
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+USE_X11BASE= yes
+FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+DOCDIR= ${PREFIX}/share/doc/arphic-ttf
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTDIR}
+ for f in ${FONT_FILES}; do \
+ ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTDIR}; \
+ ${GUNZIP_CMD} ${FONTDIR}/$$f; \
+ done
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ for f in ${MISC_FILES}; do \
+ ${INSTALL_DATA} ${_DISTDIR}/$$f ${DOCDIR}; \
+ done
+
+.include "../../mk/bsd.pkg.mk"