diff options
author | tron <tron@pkgsrc.org> | 1998-07-27 00:11:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-27 00:11:29 +0000 |
commit | 82bfac1754031cd2a5d534deddfeb655438fe3f7 (patch) | |
tree | 1b3f375a0132eb992a028972a43cb71a7763557f /games/cbzone/Makefile | |
parent | be6f4e520464c019ff9de37d016368a4278fd853 (diff) | |
download | pkgsrc-82bfac1754031cd2a5d534deddfeb655438fe3f7.tar.gz |
Add "cbzone" package by Tim Rightnour:
a simple classic game of 3D tank warfare
+ fix sound playback
+ add note about problems with 16BPP displays
Diffstat (limited to 'games/cbzone/Makefile')
-rw-r--r-- | games/cbzone/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/cbzone/Makefile b/games/cbzone/Makefile new file mode 100644 index 00000000000..b6fc1682502 --- /dev/null +++ b/games/cbzone/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 1998/07/27 00:11:29 tron Exp $ + +DISTNAME= cbzone-sound +PKGNAME= cbzone-2.0c +CATEGORIES= games x11 +MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ + +MAINTAINER= root@garbled.net + +WRKSRC= ${WRKDIR}/cbzone + +USE_GMAKE= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |