2013-09-13 21:39:06 +00:00
|
|
|
# Created by: Seiya Yanagita <s_yanagita@ybb.ne.jp>
|
2004-11-30 16:25:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim-uim
|
2008-05-18 16:14:33 +00:00
|
|
|
PORTVERSION= 0.2.0
|
2015-08-02 15:03:19 +00:00
|
|
|
PORTREVISION= 11
|
2004-11-30 16:25:27 +00:00
|
|
|
CATEGORIES= japanese
|
2009-08-22 00:24:37 +00:00
|
|
|
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
|
2004-11-30 16:25:27 +00:00
|
|
|
http://freedesktop.org/~suzhe/sources/
|
2009-08-22 00:24:37 +00:00
|
|
|
|
2004-11-30 16:25:27 +00:00
|
|
|
MAINTAINER= s_yanagita@ybb.ne.jp
|
|
|
|
COMMENT= SCIM IMEngine module using UIM input method library
|
|
|
|
|
2016-04-01 14:08:37 +00:00
|
|
|
BUILD_DEPENDS= scim:textproc/scim
|
|
|
|
LIB_DEPENDS= libuim.so:textproc/uim
|
2012-06-10 18:42:48 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-11-30 16:25:27 +00:00
|
|
|
|
2014-04-24 18:33:57 +00:00
|
|
|
USES= gmake iconv libtool:keepla pkgconfig
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-11-30 16:25:27 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-11-30 16:25:27 +00:00
|
|
|
|
2009-01-05 20:36:33 +00:00
|
|
|
.include <bsd.port.mk>
|