2013-09-13 23:39:06 +02:00
|
|
|
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
2005-03-02 12:40:06 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim-anthy
|
2010-04-08 14:52:19 +02:00
|
|
|
PORTVERSION= 1.2.7
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 4
|
2005-03-02 12:40:06 +01:00
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
2010-04-08 14:52:19 +02:00
|
|
|
MASTER_SITE_SUBDIR=scim-imengine/37309
|
2005-03-02 12:40:06 +01:00
|
|
|
|
2013-10-12 20:32:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-02 12:40:06 +01:00
|
|
|
COMMENT= SCIM IMEngine module using Anthy
|
|
|
|
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
2014-04-24 20:24:08 +02:00
|
|
|
LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
2005-10-16 18:13:32 +02:00
|
|
|
kasumi:${PORTSDIR}/japanese/kasumi
|
2005-03-02 12:40:06 +01:00
|
|
|
|
2014-04-24 20:24:08 +02:00
|
|
|
USES= gmake iconv libtool:keepla pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-03-02 12:40:06 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-03-02 12:40:06 +01:00
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|