cabc229cc7
ok sturm@
54 lines
1.4 KiB
Makefile
54 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.22 2007/04/23 14:08:36 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "GTK+2 Python bindings"
|
|
|
|
V= 2.8.6
|
|
DISTNAME= pygtk-${V}
|
|
PKGNAME= py-gtk2-${V}p1
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.pygtk.org/
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/${V:R}/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WANTLIB= ICE SM X11 Xext Xrender atk-1.0 fontconfig freetype \
|
|
gdk-x11-2.0.>=802.0 gdk_pixbuf-2.0.>=802.0 glib-2.0.>=1000.0 \
|
|
gmodule-2.0.>=1000.0 gobject-2.0.>=1000.0 gthread-2.0.>=1000.0 \
|
|
gtk-x11-2.0.>=802.0 m pango-1.0 pangoft2-1.0 \
|
|
pangocairo-1.0 xml2 z cairo glitz png
|
|
|
|
MODULES= devel/gettext lang/python
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= glade-2.0::devel/libglade2
|
|
RUN_DEPENDS= :py-cairo->=1.0.2p1:graphics/py-cairo
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
# 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}
|
|
|
|
pre-patch:
|
|
@find ${WRKDIST} -name \*.py | \
|
|
xargs perl -i -pe 's:^#!/usr/bin/env python:#!${MODPY_BIN}:'
|
|
|
|
.include <bsd.port.mk>
|