diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 11:54:31 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 11:54:31 +0000 |
commit | f1fde10133d517d06e14a7e2bb1a56a5684bda31 (patch) | |
tree | 7db9303a3cc47b411b7ceb5fa99ef8b11354c86e /chinese | |
parent | 588282223a58b302e66230bf3c799cbf8364d89d (diff) | |
download | ports-f1fde10133d517d06e14a7e2bb1a56a5684bda31.tar.gz ports-f1fde10133d517d06e14a7e2bb1a56a5684bda31.zip |
Notes
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" |