freebsd-ports/chinese/scim-chewing/Makefile

40 lines
881 B
Makefile
Raw Normal View History

# 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 07:33:58 +01:00
PORTVERSION= 0.2.0
PORTREVISION= 6
CATEGORIES= chinese
2005-03-06 07:33:58 +01:00
MASTER_SITES= http://chewing.csie.net/download/scim/
2005-03-06 07:33:58 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM chewing Chinese input methods
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
2005-03-06 07:33:58 +01:00
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
RUN_DEPENDS= ${BUILD_DEPENDS}
2006-02-20 02:48:24 +01:00
BROKEN= Does not build
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
2005-03-06 07:33:58 +01:00
USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__"
2005-03-06 07:33:58 +01:00
post-patch:
@${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
2005-03-06 07:33:58 +01:00
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.mk>