summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-08 23:29:40 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-08 23:29:40 +0000
commit9431c488c24d434743e0133ceff36a654b004175 (patch)
treee358f2f5c282f37a86194bd61473d244609ec44e /chinese
parentAdd OpenOffice.org 1.1 of Arabic version (diff)
Add port OpenOffice.org 1.1 for traditional chinese.
Notes
Notes: svn path=/head/; revision=93426
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/openoffice-1.1-zh_TW/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index 0bfd99389909..52a67f5b133a 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -76,6 +76,7 @@
SUBDIR += openoffice-1.0-zh_CN
SUBDIR += openoffice-1.0-zh_TW
SUBDIR += openoffice-1.1-zh_CN
+ SUBDIR += openoffice-1.1-zh_TW
SUBDIR += oto
SUBDIR += oxford
SUBDIR += p5-Date-Chinese
diff --git a/chinese/openoffice-1.1-zh_TW/Makefile b/chinese/openoffice-1.1-zh_TW/Makefile
new file mode 100644
index 000000000000..8b6e785dfcc2
--- /dev/null
+++ b/chinese/openoffice-1.1-zh_TW/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: OpenOffice for Traditional Chinese
+# Date created: Nov 9 08:30:32 JST 2003
+# Whom: chshen <statue@freebsd.sinica.edu.tw> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= chinese
+
+LANG_PKGNAME= zh
+LANG_SUFFIX= TW
+LANG_EXT= 88
+LANG_CONFIGURE_ARG= CHINTRAD
+BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
+MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
+L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
+
+.include "${MASTERDIR}/Makefile"