diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-09-11 04:49:46 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-09-11 04:49:46 +0000 |
commit | 78cd00a1223bba2d268a6a7ce6366f729275ca7a (patch) | |
tree | 5cae8122b7ad7232ed3eeab1c200177ad49ce6b5 /chinese/zhcon | |
parent | efb68b988e062b24a8ec0249d08d616bd9dc7ce1 (diff) | |
download | ports-78cd00a1223bba2d268a6a7ce6366f729275ca7a.tar.gz ports-78cd00a1223bba2d268a6a7ce6366f729275ca7a.zip |
Notes
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 45 | ||||
-rw-r--r-- | chinese/zhcon/distinfo | 1 | ||||
-rw-r--r-- | chinese/zhcon/pkg-plist | 4 |
3 files changed, 47 insertions, 3 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index cc5628271e7f..90bda9bac738 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -7,10 +7,12 @@ PORTNAME= zhcon PORTVERSION= 0.14f -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \ - ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ + ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \ + http://www.cis.nctu.edu.tw/~gis89501/zhcon/ +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-0.tgz MAINTAINER= statue@freebsd.sinica.edu.tw @@ -20,8 +22,45 @@ USE_GMAKE= yes MAN1= zhcon.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500012 + +.if defined(WITH_BIG5) +PLIST_SUB+= BIG5IME="" +.else +PLIST_SUB+= BIG5IME="@comment " +.endif + +.if !defined(WITH_BIG5) +pre-everything: + @${ECHO_MSG} + @${ECHO_MSG} "If you want to compile with Big5 IME support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BIG5=yes\"" + @${ECHO_MSG} +.endif + post-patch: +.if ${OSVERSION} > 500012 @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' ${WRKSRC}/${PORTNAME}/*.cpp .endif +.if defined(WITH_BIG5) + @${PATCH} ${PATCH_DIST_ARGS:S/${WRKSRC}/${WRKDIR}\/zh-big5-ime/} < ${PATCHDIR}/extrapatch-aa +.for file in zhcon-0.14-big5-bar.diff.gz zhcon-0.14-big5-dirty-ime.diff.gz + @${GZCAT} ${WRKDIR}/zh-big5-ime/${file} | ${PATCH} ${PATCH_DIST_ARGS:S/p0/p1/} +.endfor +.endif + +post-build: +.if defined(WITH_BIG5) +.for file in make.sh make-mb.sh + @cd ${WRKDIR}/zh-big5-ime; ${SH} ${file} +.endfor +.endif + +post-install: +.if defined(WITH_BIG5) +.for file in big5-ary30.mb big5-cj.mb big5-liu5.mb big5-phone.mb + @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/mb/${file} ${PREFIX}/lib/zhcon +.endfor + @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/zhcon.cfg.big5 ${PREFIX}/lib/zhcon/zhcon.cfg +.endif + .include <bsd.port.post.mk> diff --git a/chinese/zhcon/distinfo b/chinese/zhcon/distinfo index 6e28cd61c593..9cf6749aa4e3 100644 --- a/chinese/zhcon/distinfo +++ b/chinese/zhcon/distinfo @@ -1 +1,2 @@ MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc +MD5 (zhb5-ime-0.tgz) = 18bd204c1e52f7b98c58a42c04036a80 diff --git a/chinese/zhcon/pkg-plist b/chinese/zhcon/pkg-plist index f39ab9de999e..30bd6621a964 100644 --- a/chinese/zhcon/pkg-plist +++ b/chinese/zhcon/pkg-plist @@ -1,6 +1,10 @@ bin/zhcon lib/zhcon/asc16 lib/zhcon/big516 +%%BIG5IME%%lib/zhcon/big5-ary30.mb +%%BIG5IME%%lib/zhcon/big5-cj.mb +%%BIG5IME%%lib/zhcon/big5-liu5.mb +%%BIG5IME%%lib/zhcon/big5-phone.mb lib/zhcon/cjf.mb lib/zhcon/cjj.mb lib/zhcon/dzm.mb |