2019-07-12 20:46:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:47:13 sthen Exp $
|
2010-09-12 11:50:13 +00:00
|
|
|
|
|
|
|
COMMENT = japanese input engine for ibus
|
|
|
|
|
2017-08-22 19:19:26 +00:00
|
|
|
GH_ACCOUNT = ibus
|
|
|
|
GH_PROJECT = ibus-anthy
|
|
|
|
GH_TAGNAME = 1.5.4
|
2018-07-13 22:22:21 +00:00
|
|
|
REVISION = 5
|
2013-01-18 12:42:16 +00:00
|
|
|
|
2013-10-01 21:22:08 +00:00
|
|
|
SHARED_LIBS = anthygobject-1.0 1.0 # 5.504
|
2010-09-12 11:50:13 +00:00
|
|
|
|
|
|
|
CATEGORIES = inputmethods japanese
|
|
|
|
|
2017-08-22 19:19:26 +00:00
|
|
|
HOMEPAGE = https://github.com/fujiwarat/ibus-anthy/wiki
|
2010-09-12 11:50:13 +00:00
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-09-12 11:50:13 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = anthy anthydic ffi glib-2.0 gobject-2.0 iconv intl m pcre
|
|
|
|
WANTLIB += pthread
|
2010-09-12 11:50:13 +00:00
|
|
|
|
2017-08-22 19:19:26 +00:00
|
|
|
# XXX: Remove when upgrading to newer tag
|
|
|
|
MASTER_SITES = https://distfiles.nl/
|
2010-09-12 11:50:13 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES = lang/python \
|
2010-09-12 11:50:13 +00:00
|
|
|
textproc/intltool
|
|
|
|
|
2013-10-01 21:22:08 +00:00
|
|
|
BUILD_DEPENDS = inputmethods/ibus>=1.5.0
|
2013-08-20 22:05:46 +00:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
inputmethods/ibus>=1.5.0 \
|
2015-03-27 08:43:01 +00:00
|
|
|
x11/gtk+3,-guic
|
2013-01-18 12:42:16 +00:00
|
|
|
LIB_DEPENDS = inputmethods/anthy
|
2010-09-12 11:50:13 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2011-10-03 06:42:45 +00:00
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
2013-10-01 21:22:08 +00:00
|
|
|
CONFIGURE_ARGS = --with-kasumi-exec=${LOCALBASE}/bin/kasumi \
|
2013-01-18 12:42:16 +00:00
|
|
|
--with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
|
2010-09-12 11:50:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|