diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:09:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:09:14 +0000 |
commit | e40e0d653cef66452555f4982253683aa218e73d (patch) | |
tree | 6c6ebc30f72a42f00f3162ace94db1fd3da78238 /chinese | |
parent | 1. Fix pkg-plist. (diff) |
Add port openoffice.org 1.1 for simplified chinese
Notes
Notes:
svn path=/head/; revision=93419
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice-1.1-zh_CN/Makefile | 18 |
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" |