pkgsrc/sysutils/fsv/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

19 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:32 jlam Exp $
#
DISTNAME= fsv-0.9
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fsv/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://fsv.sourceforge.net/
COMMENT= 3D filesystem visualizer
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_X11= yes
.include "../../x11/gtkglarea/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"