pkgsrc/games/corewars/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
396 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:00 jlam Exp $
DISTNAME= corewars-0.9.13
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://corewars.sourceforge.net/
COMMENT= Programs on a virtual machine, fighting each other
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"