diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-04 20:34:13 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-04 20:34:13 +0800 |
commit | 46f70d01c500dad2500a20890b4a179d97121212 (patch) | |
tree | 3734c265a84205f1803aa93a190eee4028347eec | |
parent | 02aabd17ba57840a09851435b16d6a3adb759362 (diff) | |
download | freebsd-ports-gnome-46f70d01c500dad2500a20890b4a179d97121212.tar.gz freebsd-ports-gnome-46f70d01c500dad2500a20890b4a179d97121212.tar.zst freebsd-ports-gnome-46f70d01c500dad2500a20890b4a179d97121212.zip |
Rename openoffice dir to openoffice-zh_CN.
Change the font dependency to moe_kai.ttf.
I already fixed the dirname in modules.
PR: 41302
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
-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" |