pkgsrc/devel/py-gobject/Makefile.common
drochner e432665fed update to 2.12.2
changes:
- Make PyGObject 64-bit safe for Python 2.5
- All headers are now LGPL and not GPL
- Remove a couple of GCC warnings
- Revive distutils support
- Emission hook reference count bugfix
- MSVC/ANSI C compilation fix
- Bump Ctrl-C timeout handler from 100ms to 1000
2006-10-12 13:52:14 +00:00

24 lines
664 B
Text

# $NetBSD: Makefile.common,v 1.3 2006/10/12 13:52:14 drochner Exp $
#
DISTNAME= pygobject-2.12.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.12/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pygtk.org/
COMMENT= Python bindings for glib2 gobject
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PATCHDIR= ${.CURDIR}/../../devel/py-gobject/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/py-gobject/distinfo
PKGCONFIG_OVERRIDE+= pygobject-2.0.pc.in
PYTHON_VERSIONS_ACCEPTED= 24 23
PY_PATCHPLIST= yes
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4