openbsd-ports/devel/py-gobject/Makefile
jasper 4022cb43fb - switch to gnome.port.mk
ok ajacoutot@
2009-08-07 11:20:10 +00:00

41 lines
981 B
Makefile

# $OpenBSD: Makefile,v 1.16 2009/08/07 11:20:10 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Python bindings for glib2 gobject
GNOME_PROJECT= pygobject
GNOME_VERSION= 2.16.1
PKGNAME= py-gobject-${GNOME_VERSION}p1
SHARED_LIBS += pyglib-2.0 0.0 # .0.0
CATEGORIES= devel x11
HOMEPAGE= http://www.pygtk.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= pcre
MODULES= devel/gettext \
lang/python \
x11/gnome
LIB_DEPENDS= gio-2.0.>=1800.0,glib-2.0.>=1800.0,gmodule-2.0.>=2.1800,gobject-2.0.>=1800.0,gthread-2.0.>=1800.0::devel/glib2
CONFIGURE_STYLE=gnu
REGRESS_DEPENDS= :${PKGNAME}:${BUILD_PKGPATH}
# The regression tests require a running instance of X.
# You will also need to set the XAUTHORITY environment variable to point
# to the appropriate .Xauthority file.
REGRESS_IS_INTERACTIVE= Yes
REGRESS_FLAGS=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
.include <bsd.port.mk>