2013-03-24 16:51:03 +01:00
|
|
|
# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
2004-07-03 00:39:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim-tables
|
2011-07-21 00:09:53 +02:00
|
|
|
PORTVERSION= 0.5.10
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-03 00:39:51 +02:00
|
|
|
CATEGORIES= japanese
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
|
2004-07-03 00:39:51 +02:00
|
|
|
|
2014-07-02 21:21:25 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-03 00:39:51 +02:00
|
|
|
COMMENT= SCIM table based Japanese input methods
|
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
BUILD_DEPENDS= scim:textproc/scim \
|
|
|
|
scim-make-table:textproc/scim-table-imengine
|
|
|
|
RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine
|
2004-07-03 00:39:51 +02:00
|
|
|
|
2014-05-26 14:33:13 +02:00
|
|
|
USES= pkgconfig gmake
|
2004-07-03 00:39:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-07-21 00:09:53 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \
|
2006-12-03 09:11:38 +01:00
|
|
|
SCIM_ICONDIR=${PREFIX}/share/scim/icons
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
2006-12-03 09:11:38 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-skim-support
|
|
|
|
|
2005-11-03 08:58:44 +01:00
|
|
|
post-extract:
|
|
|
|
@${CP} ${FILESDIR}/T-Code.txt.in ${WRKSRC}/tables/ja/
|
|
|
|
@${CP} ${FILESDIR}/TUT-Code.txt.in ${WRKSRC}/tables/ja/
|
|
|
|
|
2014-07-05 23:29:26 +02:00
|
|
|
.include <bsd.port.mk>
|