diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 98241a1a9938b8c1e7729645aca8072f4b06e0ac (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/battleball/Makefile | |
parent | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (diff) | |
download | pkgsrc-98241a1a9938b8c1e7729645aca8072f4b06e0ac.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index b8edaef08f4..95d79226c42 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/10/22 05:56:10 rh Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 15:10:43 wiz Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -7,6 +7,7 @@ MASTER_SITES= http://linuxberg.prover.com.br/files/x11/entertain/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html +COMMENT= 3d game of soccer, with tanks USE_X11= YES CHECK_MESA= YES |