summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-08-04 12:34:13 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-08-04 12:34:13 +0000
commit958b2880c8d642476a63e9045d251771097c9669 (patch)
tree41089e2813d2a11bc93101ebe63acbad0cc5b7d1 /chinese
parentAdd Crystal icon theme for KDE3. (diff)
Rename openoffice dir to openoffice-zh_CN.
Change the font dependency to moe_kai.ttf. I already fixed the dirname in modules. PR: 41302 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes
Notes: svn path=/head/; revision=63975
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile2
-rw-r--r--chinese/openoffice-1.0-zh_CN/Makefile (renamed from chinese/openoffice/Makefile)2
-rw-r--r--chinese/openoffice-zh_CN/Makefile16
3 files changed, 18 insertions, 2 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index 1aa84e81037c..b14714e6cfcf 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -73,7 +73,7 @@
SUBDIR += nvi-big5
SUBDIR += nvi-euc-cn
SUBDIR += nvi-euc-tw
- SUBDIR += openoffice
+ SUBDIR += openoffice-zh_CN
SUBDIR += openoffice-zh_TW
SUBDIR += p5-Date-Chinese
SUBDIR += pine4
diff --git a/chinese/openoffice/Makefile b/chinese/openoffice-1.0-zh_CN/Makefile
index bf691018ded2..6358f5301ffb 100644
--- a/chinese/openoffice/Makefile
+++ b/chinese/openoffice-1.0-zh_CN/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= chinese editors
LANG_PKGNAME= zh
LANG_EXT= 86
LANG_CONFIGURE_ARG= CHINSIM
-BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/moe_kai.ttf:${PORTSDIR}/chinese/moettf
+BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf
MASTERDIR= ${.CURDIR}/../../editors/openoffice
.include "${MASTERDIR}/Makefile"
diff --git a/chinese/openoffice-zh_CN/Makefile b/chinese/openoffice-zh_CN/Makefile
new file mode 100644
index 000000000000..6358f5301ffb
--- /dev/null
+++ b/chinese/openoffice-zh_CN/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: OpenOffice for Simplified Chinese
+# 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 editors
+
+LANG_PKGNAME= zh
+LANG_EXT= 86
+LANG_CONFIGURE_ARG= CHINSIM
+BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf
+MASTERDIR= ${.CURDIR}/../../editors/openoffice
+
+.include "${MASTERDIR}/Makefile"