summaryrefslogtreecommitdiffstats
path: root/chinese/xsim/Makefile
blob: 3da9bb1bb41eec525829660ecc929b7d6a5690e7 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:	xsim
# Date created:		30 Dec 2002
# Whom:			Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	xsim
PORTVERSION=	0.3.9.4
PORTREVISION=	3
CATEGORIES=	chinese
MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz \
		${PORTNAME}-data-freebsd-gb2312.tar.gz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A simple and fast GBK Chinese XIM server

USE_XORG=	x11
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-cn-locale=eucCN \
		--with-bdb-includes=${BDB_INCLUDE_DIR} \
		--with-bdb-libraries=${BDB_LIB_DIR}
PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message xsim.sh
USE_BDB=	40+

CFLAGS+=	-fPIC
MAKE_ARGS+=	gcclib=`${CXX} -print-file-name=libgcc_s.so`

post-patch:
	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
		${WRKSRC}/xsim/IMdkit/IMConn.c
	@${FIND} ${WRKSRC} -name xsimrc.in -or -name Makefile.in | ${XARGS} \
		${REINPLACE_CMD} -Ee 's,@prefix@/(plugins|dat|bin),${DATADIR}/\1,g'
	@${FIND} ${WRKSRC} ! -type d \
		-exec ${GREP} -q _CPP_BITS_IOSBASE_H '{}' \; \
		-exec ${REINPLACE_CMD} 's/#ifdef _CPP_BITS_IOSBASE_H/#if defined(_IOS_BASE_H) || defined(_CPP_BITS_IOSBASE_H)/g' '{}' \;
	${REINPLACE_CMD} "s#-O2#${CFLAGS}#g; s,/usr/local,${LOCALBASE},; s|s,@bdblib@,\$$bdblib,|s,@bdblib@,${BDB_LIB_CXX_NAME},|" ${WRKSRC}/configure

post-install:
	${INSTALL_DATA} ${WRKDIR}/xsim.sh ${PREFIX}/bin/xsim
	@${MKDIR} ${DATADIR}/dat
	@${CP} -R ${WRKDIR}/usr/local/xsim/dat/* ${DATADIR}/dat
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud