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/openoffice-1.1-zh_CN/Makefile | |
parent | df1d57b040c80841cb975726e64d5caa5a66872e (diff) | |
download | ports-e40e0d653cef66452555f4982253683aa218e73d.tar.gz ports-e40e0d653cef66452555f4982253683aa218e73d.zip |
Notes
Diffstat (limited to 'chinese/openoffice-1.1-zh_CN/Makefile')
-rw-r--r-- | chinese/openoffice-1.1-zh_CN/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |