diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 19:54:31 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 19:54:31 +0800 |
commit | 5a57e334c77e259ac63281768939d81f76f58b50 (patch) | |
tree | 4bd98668ce34ff416697777db7eea97b4c91feaf /chinese | |
parent | b328f21cdba28936c3d39d7c5c3583e12efea328 (diff) | |
download | freebsd-ports-gnome-5a57e334c77e259ac63281768939d81f76f58b50.tar.gz freebsd-ports-gnome-5a57e334c77e259ac63281768939d81f76f58b50.tar.zst freebsd-ports-gnome-5a57e334c77e259ac63281768939d81f76f58b50.zip |
Add chinese OO.org port
Obtained from: Tsu-Fan Cheng <tfcheng@tfcheng.dnsq.org>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice/Makefile | 15 |
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" |