34 lines
698 B
Makefile
Raw Normal View History

2019-11-01 19:34:16 +00:00
# $OpenBSD: Makefile,v 1.51 2019/11/01 19:34:16 ajacoutot Exp $
2014-10-14 06:56:43 +00:00
COMMENT= atk-bridge for at-spi2
2014-10-14 06:56:43 +00:00
GNOME_PROJECT= at-spi2-atk
2019-11-01 19:34:16 +00:00
GNOME_VERSION= 2.34.1
2012-09-21 13:24:51 +00:00
2019-04-28 06:30:09 +00:00
SHARED_LIBS += atk-bridge-2.0 0.1 # 0.0.0
2014-10-14 06:56:43 +00:00
HOMEPAGE= https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
# LGPLv2
2019-07-07 11:20:50 +00:00
PERMIT_PACKAGE= Yes
2019-01-01 11:34:27 +00:00
WANTLIB += atk-1.0 atspi dbus-1 glib-2.0 gmodule-2.0 gobject-2.0
2019-04-28 06:30:09 +00:00
WANTLIB += intl pthread
2019-01-01 11:34:27 +00:00
MODULES= devel/meson \
x11/gnome
2015-03-27 16:01:34 +00:00
LIB_DEPENDS= devel/atk \
2019-11-01 19:34:16 +00:00
x11/gnome/at-spi2-core
# not needed in the package, but build fails in tests/ without this
BUILD_DEPENDS= textproc/libxml
# needed for ld.bfd(1)
MODGNOME_LDFLAGS= -L${X11BASE}/lib
2014-04-15 05:56:20 +00:00
# DBus
2013-03-11 11:35:43 +00:00
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>