2013-09-03 12:23:55 +02:00
|
|
|
# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
2005-03-07 04:00:16 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim-table-imengine
|
2011-07-21 00:09:53 +02:00
|
|
|
PORTVERSION= 0.5.10
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 5
|
2005-03-07 04:00:16 +01:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/scim/scim-tables/${PORTVERSION}
|
2005-03-07 04:00:16 +01:00
|
|
|
DISTNAME= scim-tables-${PORTVERSION}
|
|
|
|
|
2007-04-29 06:03:43 +02:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2005-03-07 04:00:16 +01:00
|
|
|
COMMENT= SCIM table based input method engine
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= scim:textproc/scim
|
|
|
|
RUN_DEPENDS= scim:textproc/scim
|
2005-03-07 04:00:16 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= gettext gmake libtool:keepla pkgconfig
|
2005-03-07 04:00:16 +01:00
|
|
|
|
2014-03-16 14:39:50 +01:00
|
|
|
CONFIGURE_ARGS= --disable-skim-support
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
2005-03-07 04:00:16 +01:00
|
|
|
|
2005-10-21 23:34:12 +02:00
|
|
|
post-patch:
|
2014-03-16 14:39:50 +01:00
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
2005-03-07 04:00:16 +01:00
|
|
|
|
2014-03-16 14:39:50 +01:00
|
|
|
.include <bsd.port.mk>
|