fgsch b7bb42232e Update to ibus-anthy-1.5.0, required by the newer ibus.
Add myself as maintainer.
With input and comments from ajacoutot@.
2013-01-18 12:42:16 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2013/01/18 12:42:16 fgsch Exp $
COMMENT = japanese input engine for ibus
DISTNAME = ibus-anthy-1.5.0
SHARED_LIBS = anthygobject-1.0 0.0 # 5.500
CATEGORIES = inputmethods japanese
HOMEPAGE = http://code.google.com/p/ibus/
MAINTAINER = Federico G. Schwindt <fgsch@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = anthy anthydic ffi glib-2.0 gobject-2.0 gthread-2.0 \
m pcre pthread
MASTER_SITES = http://ibus.googlecode.com/files/
MODULES = devel/gettext \
lang/python \
textproc/intltool
BUILD_DEPENDS = devel/gobject-introspection \
inputmethods/ibus>=1.5.0
RUN_DEPENDS = inputmethods/ibus>=1.5.0
LIB_DEPENDS = inputmethods/anthy
USE_GMAKE = Yes
USE_LIBTOOL = Yes
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS = --enable-introspection \
--with-kasumi-exec=${LOCALBASE}/bin/kasumi \
--with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
.include <bsd.port.mk>