summaryrefslogtreecommitdiff
path: root/games/battleball/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 02:38:12 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 02:38:12 +0000
commit7de835b2f92893e07cb6892a900461b2959a8562 (patch)
tree1fe69713bdc81a7698505b38ab91a3052da0c4b1 /games/battleball/Makefile
parentRemove doc diretory on deinstall. (diff)
X3D single/multiplayer military soccer game for X Window System.
PR: 11362 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18273
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r--games/battleball/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
new file mode 100644
index 000000000000..414062247e9c
--- /dev/null
+++ b/games/battleball/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: battleball
+# Version required: 2.0
+# Date created: 18 December 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= battleball.20.src
+PKGNAME= battleball-2.0
+CATEGORIES= games
+MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/bb-2.0
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/battleball
+.for file in CHANGELOG README
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/battleball
+.endfor
+.endif
+
+.include <bsd.port.mk>