9ba4a61651
changes: - Documentation build fixes - Return NULL on error in TextBuffer.register_serialize_format - Do not overwrite sys.argv - Add status icon example - Make it possible to remove rows in the gtk.TreeModel.foreach callback - Code generator fix for %define - Duplicate GdkEvent.string member when setting it - Make it possible to use automake 1.10 - distutils build fixes - Allow None to be passed into gdk.Display - Undeprecate gtk.container_class_list_child_properties - Fix memory leak in gtk.Container.child_get
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.40 2007/02/07 20:40:18 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= pygtk-2.10.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Python bindings for GTK+2
|
|
|
|
CONFLICTS= ${PYPKGPREFIX}-gtk<0.6.10
|
|
|
|
PY_PATCHPLIST= YES
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE+= pygtk-2.0.pc.in
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23
|
|
|
|
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12.1
|
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../graphics/py-cairo/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../math/py-Numeric/buildlink3.mk"
|
|
.include "../../devel/py-gobject/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|