ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

39 lines
817 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/09/01 14:36:58 ajacoutot Exp $
COMMENT= service interface for assistive technologies
GNOME_PROJECT= at-spi2-core
GNOME_VERSION= 2.4.2
REVISION= 0
SHARED_LIBS += atspi 0.1 # 0.1
HOMEPAGE= http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xext Xi Xtst c dbus-1 ffi gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 pcre pthread xcb
WANTLIB += z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= x11/dbus \
devel/glib2
MODGNOME_TOOLS= goi
CONFIGURE_ARGS= --disable-xevie
# connects to DBus
REGRESS_IS_INTERACTIVE= x11
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/at-spi2-core
.include <bsd.port.mk>