openbsd-ports/x11/py-gtk2/Makefile

58 lines
1.5 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.35 2009/08/11 08:42:09 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= GTK+2 Python bindings
GNOME_PROJECT= pygtk
GNOME_VERSION= 2.14.1
PKGNAME= py-gtk2-${VERSION}p1
CATEGORIES= x11
HOMEPAGE= http://www.pygtk.org/
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xml2
WANTLIB += z pthread-stubs xcb
MODULES= devel/gettext \
lang/python \
x11/gnome
2006-12-16 07:22:32 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-09-18 08:19:39 -04:00
LIB_DEPENDS= glade-2.0::devel/libglade2
2007-05-09 17:35:52 -04:00
RUN_DEPENDS= :py-cairo->=1.2:graphics/py-cairo \
:py-gobject-*:devel/py-gobject \
:py-Numeric-*:math/py-Numeric
USE_GMAKE= No
2006-11-13 08:01:37 -05:00
USE_X11= Yes
2007-05-09 17:35:52 -04:00
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE=gnu
# pick bind_textdomain_codeset
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl -liconv"
# 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-configure:
@find ${WRKDIST} -name \*.py | \
xargs perl -i -pe 's,^#!/usr/bin/env python,#!${MODPY_BIN},'
.include <bsd.port.mk>