diff options
author | tron <tron@pkgsrc.org> | 1998-08-04 21:02:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-04 21:02:20 +0000 |
commit | 453426a6436df43d638089c48762ca8404ab9c7d (patch) | |
tree | 159a05a2e773b5774b93db0d31bf71d8c4875c43 /games/battleball/Makefile | |
parent | 18abab19cff39094d36982d58f7a6af06ba724ed (diff) | |
download | pkgsrc-453426a6436df43d638089c48762ca8404ab9c7d.tar.gz |
New "battleball" package created by Tim Rightnour:
a 3d game of soccer, with tanks.
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile new file mode 100644 index 00000000000..7658a24f1e4 --- /dev/null +++ b/games/battleball/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 1998/08/04 21:02:20 tron Exp $ + +DISTNAME= battleball.20.src +PKGNAME= battleball-2.0 +CATEGORIES= games x11 +MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/ + +MAINTAINER= root@garbled.net + +WRKSRC= ${WRKDIR}/bb-2.0 + +NO_INSTALL_MANPAGES= yes +USE_GMAKE= yes +USE_IMAKE= yes + +post-patch: + ${TOUCH} ${WRKSRC}/battleball.man + +.include "../../mk/bsd.pkg.mk" |