pkgsrc/x11/multi-gnome-terminal/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

26 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:48 jlam Exp $
DISTNAME= multi-gnome-terminal-1.6.1
PKGREVISION= 7
CATEGORIES= gnome x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=multignometerm/}
MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://multignometerm.sourceforge.net/
COMMENT= Gnome tabbed terminal emulator
USE_DIRS+= xdg-1.1
USE_X11BASE= # defined
USE_TOOLS+= gmake
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
CONFIGURE_ENV+= ac_cv_prog_JADE=no
CONFIGURE_ARGS+= --enable-gtk-doc=no
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"