summaryrefslogtreecommitdiffstats
path: root/chinese/libtabe/Makefile
blob: 4e26beccf9d47c70d310c0141651056a5b9fb190 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# New ports collection makefile for:	libtabe
# Date created:				2 Nov 1999
# Whom:					Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	libtabe
PORTVERSION=	0.2.5
PORTREVISION=	1
CATEGORIES=	chinese
MASTER_SITES=	ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/

MAINTAINER=	kcwu@ck.tp.edu.tw

.if !defined(USE_DB2)
LIB_DEPENDS=	db3.3:${PORTSDIR}/databases/db3
.else
LIB_DEPENDS=	db2.0:${PORTSDIR}/databases/db2
.endif

WRKSRC=		${WRKDIR}/libtabe
INSTALLS_SHLIB=	yes
HAS_CONFIGURE=	yes
USE_GMAKE=	yes
USE_XLIB=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--includedir=${PREFIX}/include/tabe \
		--with-db-lib=${LOCALBASE}/lib \
		--with-db-bin=${LOCALBASE}/bin \
		--enable-shared

.if !defined(USE_DB2)
CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db3
.else
CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2
.endif

.include <bsd.port.pre.mk>

pre-fetch:
.if !defined(USE_DB2)
	@${ECHO} --
	@${ECHO} "Type \"make -DUSE_DB2\" if you want use DB2."
	@${ECHO} "Otherwise, xcin2.5 will use DB3."
	@${ECHO} --
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/tabe
	${INSTALL_DATA} ${WRKSRC}/tsi-src/README ${PREFIX}/share/doc/tabe/README.tsi
	${INSTALL_DATA} ${WRKSRC}/src/supports/bims/README ${PREFIX}/share/doc/tabe/README.bims
.for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \
		et26.txt libtabe.sgml
	${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe
.endfor
.endif
	${MKDIR} ${PREFIX}/share/tabe
	${TOUCH} ${PREFIX}/share/tabe/libtabe-0.2.5

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