diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 20:21:27 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 20:21:27 +0800 |
commit | 1faab7d549a42dd6379ea5b9878cd42f00fb8585 (patch) | |
tree | 1f0fbdfba59bf244635ac10f106d891c75ad07d3 /chinese | |
parent | dca2c748d41b6e430be542f931c34d4edf22c3e0 (diff) | |
download | freebsd-ports-gnome-1faab7d549a42dd6379ea5b9878cd42f00fb8585.tar.gz freebsd-ports-gnome-1faab7d549a42dd6379ea5b9878cd42f00fb8585.tar.zst freebsd-ports-gnome-1faab7d549a42dd6379ea5b9878cd42f00fb8585.zip |
Add the real trad chinese port.
Obtained from: chshen <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice-1.0-zh_TW/Makefile | 15 | ||||
-rw-r--r-- | chinese/openoffice-zh_TW/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 32c70bc41e1b..d2710ecb5e26 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -73,6 +73,7 @@ SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw SUBDIR += openoffice + SUBDIR += openoffice-zh_TW SUBDIR += p5-Date-Chinese SUBDIR += pine4 SUBDIR += pyDict diff --git a/chinese/openoffice-1.0-zh_TW/Makefile b/chinese/openoffice-1.0-zh_TW/Makefile new file mode 100644 index 000000000000..fad199f9d642 --- /dev/null +++ b/chinese/openoffice-1.0-zh_TW/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Traditional Chinese +# Date created: Fri Jul 20 10:12:21 CET 2002 +# Whom: chshen <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +CATEGORIES= chinese + +LANG_PKGNAME= zh_TW +LANG_EXT= 88 +LANG_CONFIGURE_ARG= CHINTRAD +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/openoffice-zh_TW/Makefile b/chinese/openoffice-zh_TW/Makefile new file mode 100644 index 000000000000..fad199f9d642 --- /dev/null +++ b/chinese/openoffice-zh_TW/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Traditional Chinese +# Date created: Fri Jul 20 10:12:21 CET 2002 +# Whom: chshen <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +CATEGORIES= chinese + +LANG_PKGNAME= zh_TW +LANG_EXT= 88 +LANG_CONFIGURE_ARG= CHINTRAD +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${MASTERDIR}/Makefile" |