summaryrefslogtreecommitdiff
path: root/fonts/arphic-ttf
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-04-17 14:31:54 +0000
committersalo <salo@pkgsrc.org>2003-04-17 14:31:54 +0000
commit8a28549019afeb09e6f7d6401b5a13ebe78fe015 (patch)
tree3e76265a131650084b2f02541f2dd66c5d8cad3a /fonts/arphic-ttf
parente4049d52bda1adabb449f2226f73d399a73a0dc9 (diff)
downloadpkgsrc-8a28549019afeb09e6f7d6401b5a13ebe78fe015.tar.gz
Bump PKGREVISION: use fonts.mk to correctly update fonts.dir, delint.
Diffstat (limited to 'fonts/arphic-ttf')
-rw-r--r--fonts/arphic-ttf/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/fonts/arphic-ttf/Makefile b/fonts/arphic-ttf/Makefile
index 8310ad6ae4e..4912a8a18e6 100644
--- a/fonts/arphic-ttf/Makefile
+++ b/fonts/arphic-ttf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:55 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/17 14:31:54 salo Exp $
#
DISTNAME= arphic-ttf-2.11
-WRKSRC= ${WRKDIR}
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/
DISTFILES= ${FONT_FILES} ${MISC_FILES}
@@ -10,30 +10,31 @@ DISTFILES= ${FONT_FILES} ${MISC_FILES}
MAINTAINER= rxg@ms25.url.com.tw
COMMENT= Chinese TrueType fonts from Arphic Technology
+CONFLICTS= arphicttf-*
+
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
-
-CONFLICTS= arphicttf-*
-
EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
-NO_BUILD= yes
-USE_X11BASE= yes
-FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TrueType
DOCDIR= ${PREFIX}/share/doc/arphic-ttf
do-install:
- ${INSTALL_DATA_DIR} ${FONTDIR}
+ ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS}
for f in ${FONT_FILES}; do \
- ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTDIR}; \
- ${GUNZIP_CMD} ${FONTDIR}/$$f; \
+ ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTS_TTF_DIRS}; \
+ ${GUNZIP_CMD} ${FONTS_TTF_DIRS}/$$f; \
done
${INSTALL_DATA_DIR} ${DOCDIR}
for f in ${MISC_FILES}; do \
${INSTALL_DATA} ${_DISTDIR}/$$f ${DOCDIR}; \
done
+.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"