diff options
Diffstat (limited to 'x11/pygtk/Makefile')
-rw-r--r-- | x11/pygtk/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile deleted file mode 100644 index 42c26af69f6..00000000000 --- a/x11/pygtk/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2007/01/24 19:43:14 wiz Exp $ -# - -DISTNAME= pygtk-0.6.11 -PKGNAME= ${PYPKGPREFIX}-gtk-0.6.11 -PKGREVISION= 4 -CATEGORIES= x11 python -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/v1.2/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.pygtk.org/ -COMMENT= Python Bindings for the GTK Widget Set - -GNU_CONFIGURE= YES -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -USE_TOOLS+= gmake -USE_LIBTOOL= yes -PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 - -.include "../../graphics/imlib/buildlink3.mk" -.include "../../graphics/gdk-pixbuf/buildlink3.mk" -.include "../../devel/libglade/buildlink3.mk" -.include "../../lang/python/extension.mk" -.include "../../math/py-Numeric/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" -.include "../../x11/gtkglarea/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |