2005-01-22 17:44:41 +00:00
|
|
|
# New ports collection makefile for: zh-scim-chewing
|
|
|
|
# Date created: 4 Dec 2004
|
|
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scim-chewing
|
2005-03-06 06:33:58 +00:00
|
|
|
PORTVERSION= 0.2.0
|
2005-01-22 17:44:41 +00:00
|
|
|
CATEGORIES= chinese
|
2005-03-06 06:33:58 +00:00
|
|
|
MASTER_SITES= http://chewing.csie.net/download/scim/
|
2005-01-22 17:44:41 +00:00
|
|
|
|
2005-03-06 06:33:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-22 17:44:41 +00:00
|
|
|
COMMENT= SCIM chewing Chinese input methods
|
|
|
|
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
2005-03-06 06:33:58 +00:00
|
|
|
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
|
2005-01-22 17:44:41 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL_VER= 15
|
2005-03-06 06:33:58 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in
|
2005-01-22 17:44:41 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO}
|
2005-03-06 06:33:58 +00:00
|
|
|
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
2005-01-22 17:44:41 +00:00
|
|
|
@${ECHO}
|
|
|
|
|
2005-03-06 06:33:58 +00:00
|
|
|
|
2005-03-06 20:17:25 +00:00
|
|
|
.include <bsd.port.mk>
|