2019-11-01 19:34:16 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.51 2019/11/01 19:34:16 ajacoutot Exp $
|
2011-04-26 18:30:23 +00:00
|
|
|
|
2014-10-14 06:56:43 +00:00
|
|
|
COMMENT= atk-bridge for at-spi2
|
2011-04-26 18:30:23 +00:00
|
|
|
|
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
|
2011-05-28 08:15:33 +00:00
|
|
|
|
2014-10-14 06:56:43 +00:00
|
|
|
HOMEPAGE= https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
2011-04-26 18:30:23 +00:00
|
|
|
|
|
|
|
# LGPLv2
|
2019-07-07 11:20:50 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2011-04-26 18:30:23 +00:00
|
|
|
|
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
|
2011-04-26 18:30:23 +00:00
|
|
|
|
2019-01-01 11:34:27 +00:00
|
|
|
MODULES= devel/meson \
|
|
|
|
x11/gnome
|
2017-04-13 07:38:44 +00:00
|
|
|
|
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
|
2011-04-26 18:30:23 +00:00
|
|
|
|
2019-01-04 13:24:10 +00:00
|
|
|
# not needed in the package, but build fails in tests/ without this
|
|
|
|
BUILD_DEPENDS= textproc/libxml
|
|
|
|
|
2019-01-05 13:04:40 +00:00
|
|
|
# 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
|
2011-04-26 18:30:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|