aboutsummaryrefslogtreecommitdiff
path: root/chinese/scim-array/Makefile
blob: 376edfe9fbd61944735ec7aa455ac0b60b34f8cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    scim-array
# Date created:                 23 December 2009
# Whom:                         Li-Lun Wang <llwang@infor.org>
#
# $FreeBSD$
#

PORTNAME=	scim-array
PORTVERSION=	1.0.1
PORTREVISION=	3
CATEGORIES=	chinese
MASTER_SITES=	http://of.openfoundry.org/download/scimarray/${PORTVERSION}/

MAINTAINER=	llwang@infor.org
COMMENT=	Array 30 SCIM IMEngine module

BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	pkgconfig
USE_GETTEXT=	yes
USE_ICONV=	yes

CFLAGS+=	-fPIC
CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"

pre-configure:
	@${REINPLACE_CMD} -e "s,@SCIM_MODULEDIR@,$$(pkg-config --variable=moduledir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/src/Makefile.in
	@${REINPLACE_CMD} -e "s,@SCIM_ICONDIR@,$$(pkg-config --variable=icondir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in
	@${REINPLACE_CMD} -e "s,@SCIM_SHAREDIR@,$$(pkg-config --variable=scimdatadir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in

.include <bsd.port.mk>