2010-11-11 04:42:11 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/11/11 09:42:11 fgsch Exp $
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = intelligent input bus framework
|
|
|
|
|
2010-11-11 04:42:11 -05:00
|
|
|
DISTNAME = ibus-1.3.8
|
2010-08-23 03:57:52 -04:00
|
|
|
|
2010-11-11 04:42:11 -05:00
|
|
|
SHARED_LIBS = ibus 1.0 # 2.0
|
2010-08-19 14:56:14 -04:00
|
|
|
|
|
|
|
CATEGORIES = inputmethods chinese japanese korean
|
|
|
|
|
2010-11-09 15:00:38 -05:00
|
|
|
HOMEPAGE = http://ibus.googlecode.com/
|
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
|
|
|
|
|
2010-11-11 04:42:11 -05:00
|
|
|
WANTLIB = GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
|
|
|
Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 \
|
|
|
|
c cairo dbus-1 drm expat fontconfig freetype gdk-x11-2.0 \
|
|
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
|
|
|
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
|
|
|
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
|
|
|
|
xcb xcb-render xcb-shm z
|
2010-08-19 14:56:14 -04:00
|
|
|
|
2010-11-09 15:00:38 -05:00
|
|
|
MASTER_SITES = ${HOMEPAGE}/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
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ::devel/iso-codes \
|
|
|
|
::x11/dbus-python
|
2010-08-23 03:57:52 -04:00
|
|
|
RUN_DEPENDS = ::devel/iso-codes \
|
2010-08-19 14:56:14 -04:00
|
|
|
::devel/desktop-file-utils \
|
|
|
|
::devel/py-notify \
|
|
|
|
::devel/py-xdg \
|
|
|
|
::sysutils/gamin,-server,no_python \
|
2010-08-23 03:57:52 -04:00
|
|
|
::x11/dbus-python \
|
2010-09-01 15:22:44 -04:00
|
|
|
::x11/gnome/librsvg
|
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
|
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
2010-08-23 03:57:52 -04:00
|
|
|
--disable-silent-rules \
|
2010-08-19 14:56:14 -04:00
|
|
|
--disable-vala \
|
|
|
|
--enable-introspection=no \
|
|
|
|
--enable-gtk-doc-html=no
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|