aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/openoffice/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index 723bfd36f5f5..32c70bc41e1b 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -72,6 +72,7 @@
SUBDIR += nvi-big5
SUBDIR += nvi-euc-cn
SUBDIR += nvi-euc-tw
+ SUBDIR += openoffice
SUBDIR += p5-Date-Chinese
SUBDIR += pine4
SUBDIR += pyDict
diff --git a/chinese/openoffice/Makefile b/chinese/openoffice/Makefile
new file mode 100644
index 000000000000..240d391dd98b
--- /dev/null
+++ b/chinese/openoffice/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for trad chinese language
+# Date created: Tue Jun 11 16:47:21 UTC 2002
+# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= chinese
+
+LANG_PKGNAME= zh
+LANG_EXT= 86
+LANG_CONFIGURE_ARG= CHINSIM
+MASTERDIR= ${.CURDIR}/../../editors/openoffice
+
+.include "${MASTERDIR}/Makefile"