freebsd-ports/chinese/scim-chewing/Makefile
Norikatsu Shigemura d1d8de40e8 o Update
ports/textproc/scim 1.2.0 --> 1.2.2
  ports/textproc/skim 1.2.0 --> 1.2.2
o Chase scim's library bump.

PR:		ports/80848
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
2005-05-10 14:57:24 +00:00

37 lines
850 B
Makefile

# 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
PORTVERSION= 0.2.0
PORTREVISION= 3
CATEGORIES= chinese
MASTER_SITES= http://chewing.csie.net/download/scim/
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM chewing Chinese input methods
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__"
post-patch:
@${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.mk>