ajacoutot 73177d4bf3 Stop setting CONFIGURE_STYLE in Makefile.inc but explicitely add it to ports
that need it; in the future more and more ports will move to meson build anyway.
I first though I'd set CONFIGURE_STYLE in gnome.port.mk but it's too fragile
(MODULES list must be sorted very carefully).
Less magic is good.

discussed with jasper@
2017-04-13 07:38:44 +00:00

35 lines
742 B
Makefile

# $OpenBSD: Makefile,v 1.31 2017/04/13 07:38:45 ajacoutot Exp $
PKG_ARCH= *
COMMENT= python bindings for at-spi2
GNOME_PROJECT= pyatspi
GNOME_VERSION= 2.24.0
PKGNAME= py-atspi-${GNOME_VERSION}
HOMEPAGE= https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python \
x11/gnome
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
MODPY_ADJ_FILES= examples/magFocusTracker.py
BUILD_DEPENDS= devel/py-gobject3${MODPY_FLAVOR}
RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
x11/gnome/at-spi2-core
# pygobject GTK3 introspection (not provided by indirect dependencies)
RUN_DEPENDS += x11/gtk+3
# connects to DBus
TEST_IS_INTERACTIVE= x11
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>