b9ae10e6c0
changes: - distutils / win32 compilation fixes - gtk.TreeSelection.selected_foreach bug fix - Fix compilation older C compilers - Make PyGTK work with Python 2.5 and 64-bit pkgsrc change: don't try to @dirrm stuff needed by py-gobject
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.38 2006/10/12 13:55:38 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= pygtk-2.10.3
|
|
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"
|