summaryrefslogtreecommitdiff
path: root/vietnamese/vietunicode-hannom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/vietunicode-hannom/Makefile')
-rw-r--r--vietnamese/vietunicode-hannom/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile
new file mode 100644
index 000000000000..17e0deb94931
--- /dev/null
+++ b/vietnamese/vietunicode-hannom/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: vietunicode-hannom
+# Date created: 2007/01/06
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= vietunicode-hannom
+PORTVERSION= 2005.02.06
+CATEGORIES= vietnamese x11-fonts
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR= vietunicode
+DISTNAME= hannom
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= UNICODE Han Nom Font Set
+
+USE_ZIP= yes
+DIST_SUBDIR= VietUnicode
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+TTF= HAN_NOM_A.ttf HAN_NOM_B.ttf
+
+post-patch:
+ @${MV} ${WRKSRC}/HAN\ NOM\ A.ttf ${WRKSRC}/HAN_NOM_A.ttf
+ @${MV} ${WRKSRC}/HAN\ NOM\ B.ttf ${WRKSRC}/HAN_NOM_B.ttf
+
+do-install:
+ @${MKDIR} ${FONTSDIR}
+.for i in ${TTF}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
+.endfor
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
+.include <bsd.port.post.mk>