summaryrefslogtreecommitdiff
path: root/x11/pygtk/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
committertv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
commit5520be588b19525e37fd3beb880feb6a7d5fd702 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/pygtk/Makefile
parente2af5cd01302ca875189525f76bd56c09718edd8 (diff)
downloadpkgsrc-tv-libtool-1-5-18-tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv-libtool-1-5-18-tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'x11/pygtk/Makefile')
-rw-r--r--x11/pygtk/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/pygtk/Makefile b/x11/pygtk/Makefile
deleted file mode 100644
index 628332700ae..00000000000
--- a/x11/pygtk/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:49 jlam Exp $
-#
-
-DISTNAME= pygtk-0.6.11
-PKGNAME= ${PYPKGPREFIX}-gtk-0.6.11
-PKGREVISION= 1
-CATEGORIES= x11 python
-MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/v1.2/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.pygtk.org/
-COMMENT= Python Bindings for the GTK Widget Set
-
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-PY_PATCHPLIST= yes
-
-.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"