openbsd-ports/x11/gnome/caribou/Makefile

56 lines
1.4 KiB
Makefile
Raw Normal View History

2013-03-19 03:14:21 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/19 07:14:21 ajacoutot Exp $
COMMENT= input assistive technology
GNOME_PROJECT= caribou
2013-03-19 03:14:21 -04:00
GNOME_VERSION= 0.4.10
SHARED_LIBS += caribou 0.0 # 0.0
HOMEPAGE= https://live.gnome.org/Caribou/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
2013-03-02 09:02:36 -05:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender Xtst atk-1.0 atk-bridge-2.0
WANTLIB += atspi c cairo cairo-gobject clutter-1.0 cogl cogl-pango
WANTLIB += dbus-1 expat ffi fontconfig freetype gdk-3 gdk-x11-2.0
2012-11-20 13:28:59 -05:00
WANTLIB += gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmodule-2.0
2013-03-19 03:14:21 -04:00
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 gtk-x11-2.0
WANTLIB += harfbuzz icudata icule icuuc json-glib-1.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs xcb xcb-render xcb-shm xkbfile xklavier
WANTLIB += xml2 z
MODULES= devel/gettext \
devel/dconf \
lang/python \
x11/gnome
2012-11-20 13:28:59 -05:00
BUILD_DEPENDS= devel/py-gobject3 \
2013-03-19 03:14:21 -04:00
lang/vala \
textproc/libxslt
2013-03-02 09:02:36 -05:00
RUN_DEPENDS= devel/py-gobject3
2012-11-20 13:28:59 -05:00
LIB_DEPENDS= devel/libgee \
2013-03-02 09:02:36 -05:00
graphics/clutter/core \
x11/gnome/libxklavier \
2012-11-20 13:28:59 -05:00
x11/gtk+2 \
x11/gtk+3
LIBTOOL_FLAGS= --tag=disable-static
MODPY_ADJ_FILES=tools/fix_gir.py \
tools/make_schema.py
2013-01-16 02:09:50 -05:00
CONFIGURE_ARGS= --disable-static
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/caribou
post-install:
rm ${PREFIX}/lib/gtk-{2,3}.0/modules/*.la
.include <bsd.port.mk>