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