pkgsrc/x11/pygtk/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

28 lines
782 B
Makefile

# $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"