openbsd-ports/x11/gnome/at-spi2-atk/Makefile
ajacoutot fdd040d029 make plist has been broken long enough that I don't want to deal with it
anymore; instead of using @comment markers in PLIST, use a post-install
target to remove what we don't want.
2012-09-29 10:10:45 +00:00

40 lines
807 B
Makefile

# $OpenBSD: Makefile,v 1.19 2012/09/29 10:10:45 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= atk-bridge for at-spi2
GNOME_PROJECT= at-spi2-atk
GNOME_VERSION= 2.6.0
REVISION= 1
SHARED_LIBS += atk-bridge-2.0 0.0 # 0.0
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 atk-1.0 atspi dbus-1 ffi glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 pcre pthread xcb
MODULES= devel/gettext \
x11/gnome \
devel/dconf
LIB_DEPENDS= x11/gnome/at-spi2-core>=2.6.0 \
devel/atk
MODGNOME_CPPFLAGS=-I${X11BASE}/include
# connects to DBus
REGRESS_IS_INTERACTIVE= x11
post-install:
rm ${PREFIX}/lib/gtk-2.0/modules/*.{a,la}
.include <bsd.port.mk>