diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-04 12:34:13 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-04 12:34:13 +0000 |
commit | 958b2880c8d642476a63e9045d251771097c9669 (patch) | |
tree | 41089e2813d2a11bc93101ebe63acbad0cc5b7d1 /chinese | |
parent | 8bf3e70890f09d795c913cb38d4ae7726cdbcd13 (diff) | |
download | ports-958b2880c8d642476a63e9045d251771097c9669.tar.gz ports-958b2880c8d642476a63e9045d251771097c9669.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 2 | ||||
-rw-r--r-- | chinese/openoffice-1.0-zh_CN/Makefile (renamed from chinese/openoffice/Makefile) | 2 | ||||
-rw-r--r-- | chinese/openoffice-zh_CN/Makefile | 16 |
3 files changed, 18 insertions, 2 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 1aa84e81037c..b14714e6cfcf 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -73,7 +73,7 @@ SUBDIR += nvi-big5 SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw - SUBDIR += openoffice + SUBDIR += openoffice-zh_CN SUBDIR += openoffice-zh_TW SUBDIR += p5-Date-Chinese SUBDIR += pine4 diff --git a/chinese/openoffice/Makefile b/chinese/openoffice-1.0-zh_CN/Makefile index bf691018ded2..6358f5301ffb 100644 --- a/chinese/openoffice/Makefile +++ b/chinese/openoffice-1.0-zh_CN/Makefile @@ -10,7 +10,7 @@ CATEGORIES= chinese editors LANG_PKGNAME= zh LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/moe_kai.ttf:${PORTSDIR}/chinese/moettf +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" diff --git a/chinese/openoffice-zh_CN/Makefile b/chinese/openoffice-zh_CN/Makefile new file mode 100644 index 000000000000..6358f5301ffb --- /dev/null +++ b/chinese/openoffice-zh_CN/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: OpenOffice for Simplified Chinese +# 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 editors + +LANG_PKGNAME= zh +LANG_EXT= 86 +LANG_CONFIGURE_ARG= CHINSIM +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${MASTERDIR}/Makefile" |