summaryrefslogtreecommitdiff
path: root/games/battleball/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r--games/battleball/Makefile19
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"