aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-table-imengine/Makefile
blob: 48d330a2c8aca4d0ea7d7423c15977abf4541541 (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
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
63
64
65
66
67
# New ports collection makefile for:    scim-table-imengine
# Date created:		01 March 2005
# Whom:			Jie Gao	<gaoj@cpsc.ucalgary.ca>
#
# $FreeBSD$
#

PORTNAME=	scim-table-imengine
PORTVERSION=	0.5.10
CATEGORIES=	textproc
MASTER_SITES=	SF/scim/scim-tables/${PORTVERSION}
DISTNAME=	scim-tables-${PORTVERSION}

MAINTAINER=	lx@FreeBSD.org
COMMENT=	SCIM table based input method engine

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

USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	intlhack
USE_GETTEXT=	yes

MAN1=		scim-make-table.1

.include <bsd.port.pre.mk>

CPPFLAGS=	-I${LOCALBASE}/include -D__STDC_ISO_10646__

CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lintl" \
		PREFIX="${PREFIX}"

PLIST_SUB=	SKIM="@comment "

pre-fetch:
	@${ECHO_MSG} Define WITH_SKIM to enable skim support

.if exists(${LOCALBASE}/bin/skim)
WITH_SKIM=	yes
pre-patch:
	@${ECHO_MSG} Skim is detected, support enabled.
.endif

.if defined(WITH_SKIM)
BUILD_DEPENDS+=	skim:${PORTSDIR}/textproc/skim
CONFIGURE_ENV+=	PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB=	SKIM=""
USE_AUTOTOOLS=	libtool
post-patch:
	@${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \
		-e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \
		${WRKSRC}/Makefile.in
post-configure:
	${REINPLACE_CMD} \
		-e 's,$$(top_builddir)/libtool --silent,${LIBTOOL},' \
		${WRKSRC}/skim/Makefile ${WRKSRC}/skim/setupui/Makefile
.endif

post-install:
	@${CAT} ${PKGMESSAGE}
	@${ECHO}
	@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
	@${ECHO}

.include <bsd.port.post.mk>