pkgsrc/devel/py-gobject/Makefile.common
wiz 1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00

27 lines
760 B
Text

# $NetBSD: Makefile.common,v 1.20 2016/08/28 15:48:30 wiz Exp $
#
# used by devel/py-gobject/Makefile
# used by devel/py-gobject-shared/Makefile
DISTNAME= pygobject-2.28.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.28/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pygtk.org/
COMMENT= Python bindings for glib2 gobject
LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
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
PY_PATCHPLIST= yes
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4