aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-table-imengine/Makefile
blob: d1211a95b9986dd2dec7729528ab48d29d41a250 (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
# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>

PORTNAME=	scim-table-imengine
PORTVERSION=	0.5.10
PORTREVISION=	7
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:textproc/scim
RUN_DEPENDS=	scim:textproc/scim

GNU_CONFIGURE=	yes
USES=		compiler:c++11-lang gettext gmake libtool:keepla pkgconfig

CONFIGURE_ARGS=	--disable-skim-support
CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+=	-L${LOCALBASE}/lib -lintl

post-patch:
	@${TOUCH} ${WRKSRC}/config.h.in

.include <bsd.port.mk>