diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 07:29:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 07:29:40 +0800 |
commit | 115d6da0966e3ce1b0d1cf16bf9fba27ca64e961 (patch) | |
tree | c50c1095bdaf298d7f974ff109b8fcb67a8c7dfc /chinese | |
parent | 6b7a4b52cdb584ab383635830e90dd236a62a96f (diff) | |
download | freebsd-ports-gnome-115d6da0966e3ce1b0d1cf16bf9fba27ca64e961.tar.gz freebsd-ports-gnome-115d6da0966e3ce1b0d1cf16bf9fba27ca64e961.tar.zst freebsd-ports-gnome-115d6da0966e3ce1b0d1cf16bf9fba27ca64e961.zip |
Add port OpenOffice.org 1.1 for traditional chinese.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice-1.1-zh_TW/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 0bfd99389909..52a67f5b133a 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -76,6 +76,7 @@ SUBDIR += openoffice-1.0-zh_CN SUBDIR += openoffice-1.0-zh_TW SUBDIR += openoffice-1.1-zh_CN + SUBDIR += openoffice-1.1-zh_TW SUBDIR += oto SUBDIR += oxford SUBDIR += p5-Date-Chinese diff --git a/chinese/openoffice-1.1-zh_TW/Makefile b/chinese/openoffice-1.1-zh_TW/Makefile new file mode 100644 index 000000000000..8b6e785dfcc2 --- /dev/null +++ b/chinese/openoffice-1.1-zh_TW/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: OpenOffice for Traditional Chinese +# Date created: Nov 9 08:30:32 JST 2003 +# Whom: chshen <statue@freebsd.sinica.edu.tw> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= chinese + +LANG_PKGNAME= zh +LANG_SUFFIX= TW +LANG_EXT= 88 +LANG_CONFIGURE_ARG= CHINTRAD +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 +L10NHELP= helpcontent_${LANG_EXT}_unix.tgz + +.include "${MASTERDIR}/Makefile" |