pkgsrc/games/cbzone/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

15 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:00 jlam Exp $
DISTNAME= cbzone-sound
PKGNAME= cbzone-2.0c
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
MAINTAINER= root@garbled.net
COMMENT= Simple classic game of 3D tank warfare
WRKSRC= ${WRKDIR}/cbzone
USE_TOOLS+= gmake
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"