summaryrefslogtreecommitdiff
path: root/chinese/moettf/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-07-18 00:57:34 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-07-18 00:57:34 +0000
commit7172d05363a7cd2a3d5959a93a7fcfc44f2ed228 (patch)
tree1ea75cec8d7ba1eff7995ce405f2e31b457208eb /chinese/moettf/Makefile
parentUpdate zebra to 0.73. (diff)
This port installs Chinese BIG5 TrueType fonts, includes Kai/LiShu/Sung
fonts. It then can be used along with X Window System or typesetting software like CJK. Restricted usage: end user and non-commericial only.
Notes
Notes: svn path=/head/; revision=20254
Diffstat (limited to 'chinese/moettf/Makefile')
-rw-r--r--chinese/moettf/Makefile50
1 files changed, 50 insertions, 0 deletions
diff --git a/chinese/moettf/Makefile b/chinese/moettf/Makefile
new file mode 100644
index 000000000000..d232fd08284b
--- /dev/null
+++ b/chinese/moettf/Makefile
@@ -0,0 +1,50 @@
+# New ports collection makefile for: Chinese Big5 TrueType fonts
+# Version required: 1.0
+# Date created: 9 July 1999
+# Whom: Keith Jang <jtjang@gcn.net.tw>
+#
+# $Id: Makefile,v 1.3 1999/07/17 16:29:44 keith Exp $
+#
+
+DISTNAME= zh-truetypefonts-1.0
+CATEGORIES= chinese x11-fonts
+MASTER_SITES= ftp://ftp.cc.ntut.edu.tw/OS/Linux/packages/chinese/fonts/twmoefont/ttf/ \
+ ftp://ftp.ncu.edu.tw/Linux/Chinese/fonts/twmoefont/ttf/ \
+ ftp://www.edu.tw/download/mandr/allbook/lishu/
+DISTFILES= moe_kai.ttf moe_sung.ttf edustd-15.exe
+
+MAINTAINER= jtjang@gcn.net.tw
+
+BUILD_DEPENDS= unrar:${PORTSDIR}/archivers/unrar
+LIB_DEPENDS= font.1:${PORTSDIR}/x11-servers/XttXF86srv-common
+
+USE_X_PREFIX= yes
+DIST_SUBDIR= zh-truetypefonts
+
+NO_BUILD= yes
+NO_CDROM= "Contact Taiwan Ministry of Education for commercial use."
+SHAREMODE= 644
+FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+
+.include <bsd.port.pre.mk>
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
+ @unrar x ${DISTDIR}/${DIST_SUBDIR}/edustd-15.exe ${WRKDIR}
+ @${MV} ${WRKDIR}/Edustd-15.TTF ${WRKDIR}/moe_lishu.ttf
+
+do-install:
+.if !exists(${FONTDIR})
+ @${ECHO} "========================================================="
+ @${ECHO} "Please add ${FONTDIR} to your font path"
+ @${ECHO} "in /etc/XF86Config."
+ @${ECHO} "========================================================="
+ @${MKDIR} ${FONTDIR}
+.endif
+ @${INSTALL_DATA} ${WRKDIR}/moe_lishu.ttf ${FONTDIR}
+ @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_kai.ttf ${FONTDIR}
+ @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_sung.ttf ${FONTDIR}
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+
+.include <bsd.port.post.mk>