aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-zh_tw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freebsd-doc-zh_tw/Makefile')
-rw-r--r--misc/freebsd-doc-zh_tw/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/freebsd-doc-zh_tw/Makefile b/misc/freebsd-doc-zh_tw/Makefile
new file mode 100644
index 000000000000..5084e4a4744a
--- /dev/null
+++ b/misc/freebsd-doc-zh_tw/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: freebsd-doc-zh_tw
+# Date created: 13 August 2008
+# Whom: Marc Fonvieille <blackend@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= misc docs
+PKGNAMEPREFIX= zh_tw-
+
+MAINTAINER= doceng@FreeBSD.org
+COMMENT= Traditional Chinese translation of the FreeBSD Documentation Project
+
+MASTERDIR= ${.CURDIR}/../freebsd-doc-en
+PLIST= ${.CURDIR}/pkg-plist
+
+DOCLANG= zh_TW.Big5
+DOCLANG_PREFIX= zh_TW
+
+.include "${MASTERDIR}/Makefile"