summaryrefslogtreecommitdiff
path: root/vietnamese/urwvn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/urwvn/Makefile')
-rw-r--r--vietnamese/urwvn/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/vietnamese/urwvn/Makefile b/vietnamese/urwvn/Makefile
new file mode 100644
index 000000000000..3f075875582e
--- /dev/null
+++ b/vietnamese/urwvn/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: urwvn
+# Date created: 2007/01/27
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= urwvn
+PORTVERSION= 3.02
+CATEGORIES= vietnamese x11-fonts
+MASTER_SITES= http://vntex.org/urwvn/download/
+DISTNAME= urwvn-${PORTVERSION}-ttf
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Vietnamese version of the standard PostScript fonts from URW++
+
+USE_BZIP2= yes
+NO_BUILD= yes
+
+TTF= bchb8v.ttf bchbi8v.ttf bchr8v.ttf bchri8v.ttf uagd8v.ttf uagdo8v.ttf \
+ uagk8v.ttf uagko8v.ttf ubkd8v.ttf ubkdi8v.ttf ubkl8v.ttf ubkli8v.ttf \
+ ucrb8v.ttf ucrbo8v.ttf ucrr8v.ttf ucrro8v.ttf ugmm8v.ttf ugmmi8v.ttf \
+ ugmr8v.ttf ugmri8v.ttf ugqb8v.ttf uhvb8v.ttf uhvbo8v.ttf uhvr8v.ttf \
+ uhvro8v.ttf uncb8v.ttf uncbi8v.ttf uncr8v.ttf uncri8v.ttf uplb8v.ttf \
+ uplbi8v.ttf uplr8v.ttf uplri8v.ttf utmb8v.ttf utmbi8v.ttf utmr8v.ttf \
+ utmri8v.ttf uzcmi8v.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>