2012-09-21 10:48:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2012/09/21 14:48:05 ajacoutot Exp $
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = intelligent input bus framework
|
|
|
|
|
2012-02-29 16:09:00 -05:00
|
|
|
DISTNAME = ibus-1.4.1
|
2012-06-15 04:32:14 -04:00
|
|
|
REVISION = 0
|
2010-08-23 03:57:52 -04:00
|
|
|
|
2012-02-29 16:09:00 -05:00
|
|
|
SHARED_LIBS = ibus-1.0 1.0
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
CATEGORIES = inputmethods chinese japanese korean
|
|
|
|
|
2011-01-14 01:00:33 -05:00
|
|
|
HOMEPAGE = http://code.google.com/p/ibus/
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
# LGPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-12-12 07:23:14 -05:00
|
|
|
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo \
|
|
|
|
cairo-gobject dbus-1 dbus-glib-1 drm expat ffi fontconfig \
|
|
|
|
freetype gdk-3 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
|
|
|
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3 gtk-x11-2.0 \
|
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
|
|
|
png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm z
|
2010-08-19 14:56:14 -04:00
|
|
|
|
2011-01-14 01:00:33 -05:00
|
|
|
MASTER_SITES = http://ibus.googlecode.com/files/
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
MODULES = devel/gconf2 \
|
2010-08-23 03:57:52 -04:00
|
|
|
devel/gettext \
|
2010-08-19 14:56:14 -04:00
|
|
|
lang/python \
|
|
|
|
textproc/intltool
|
|
|
|
|
2011-04-07 03:16:26 -04:00
|
|
|
BUILD_DEPENDS = devel/gobject-introspection \
|
|
|
|
devel/iso-codes \
|
2011-04-08 03:37:24 -04:00
|
|
|
x11/dbus-python \
|
|
|
|
lang/vala
|
2010-11-17 03:05:12 -05:00
|
|
|
RUN_DEPENDS = devel/iso-codes \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
devel/py-notify \
|
|
|
|
x11/dbus-python \
|
2011-12-03 15:30:09 -05:00
|
|
|
x11/gnome/librsvg \
|
|
|
|
x11/gtk+2,-guic
|
2010-08-19 14:56:14 -04:00
|
|
|
|
2011-12-12 07:23:14 -05:00
|
|
|
LIB_DEPENDS = x11/gtk+2 \
|
|
|
|
x11/gtk+3
|
2011-05-14 17:29:03 -04:00
|
|
|
|
2010-08-19 14:56:14 -04:00
|
|
|
MODGCONF2_SCHEMAS_DIR = ibus
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2012-02-29 16:09:00 -05:00
|
|
|
CONFIGURE_ARGS = --enable-introspection \
|
2010-08-19 14:56:14 -04:00
|
|
|
--enable-gtk-doc-html=no
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2012-09-21 10:48:05 -04:00
|
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
|
2010-08-19 14:56:14 -04:00
|
|
|
.include <bsd.port.mk>
|