diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-14 19:02:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-14 19:02:18 +0000 |
commit | f1abb1a7ccc961c78f16410f2454dcf835b5bf58 (patch) | |
tree | c356c0b3fe324bb50058c32e288206206ea5d2cd /chinese/xcin25/Makefile | |
parent | 61e6fc649acd2992d46aa6d5efb4a8c6c2985ba6 (diff) | |
download | ports-f1abb1a7ccc961c78f16410f2454dcf835b5bf58.tar.gz ports-f1abb1a7ccc961c78f16410f2454dcf835b5bf58.zip |
Notes
Diffstat (limited to 'chinese/xcin25/Makefile')
-rw-r--r-- | chinese/xcin25/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index becdcc166489..6e14bcc7b379 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -7,8 +7,12 @@ PORTNAME= xcin PORTVERSION= 2.5.2.2 +PORTREVISION= 1 CATEGORIES= chinese x11 -MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ +MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ + http://chewing.oio.cx/download/ +PKGNAMEPREFIX= zh- +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-0.0.5.1.tar.gz MAINTAINER= keith@FreeBSD.org @@ -32,6 +36,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-intlinc=${LOCALBASE}/include \ --with-intllib=${LOCALBASE}/lib +post-patch: + @mv ${WRKDIR}/chewing ${WRKSRC}/src/Cinput + @cd ${WRKSRC}/src/Cinput/chewing; ${SH} ./patch_chewing + post-install: strip ${PREFIX}/bin/xcin2.5 strip ${PREFIX}/lib/X11/xcin25/bin/cin2tab |