aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-08 23:09:14 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-08 23:09:14 +0000
commite40e0d653cef66452555f4982253683aa218e73d (patch)
tree6c6ebc30f72a42f00f3162ace94db1fd3da78238 /chinese
parentdf1d57b040c80841cb975726e64d5caa5a66872e (diff)
downloadports-e40e0d653cef66452555f4982253683aa218e73d.tar.gz
ports-e40e0d653cef66452555f4982253683aa218e73d.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/openoffice-1.1-zh_CN/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index 3ecc6b719c3d..0bfd99389909 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -75,6 +75,7 @@
SUBDIR += nvi-euc-tw
SUBDIR += openoffice-1.0-zh_CN
SUBDIR += openoffice-1.0-zh_TW
+ SUBDIR += openoffice-1.1-zh_CN
SUBDIR += oto
SUBDIR += oxford
SUBDIR += p5-Date-Chinese
diff --git a/chinese/openoffice-1.1-zh_CN/Makefile b/chinese/openoffice-1.1-zh_CN/Makefile
new file mode 100644
index 000000000000..ccb663486cf3
--- /dev/null
+++ b/chinese/openoffice-1.1-zh_CN/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: OpenOffice for Simplified Chinese
+# Date created: Tue Nov 11 08:00:00 JST 2003
+# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= chinese
+
+LANG_PKGNAME= zh
+LANG_SUFFIX= CN
+LANG_EXT= 86
+LANG_CONFIGURE_ARG= CHINSIM
+BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf
+MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
+L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
+
+.include "${MASTERDIR}/Makefile"