aboutsummaryrefslogtreecommitdiff
path: root/games/xbat/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-02-01 15:02:20 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-02-01 15:02:20 +0000
commit8dfca10779fc86de283618938332a9f16900c616 (patch)
tree80bb497013bca156df097bb230e45d974a9176fa /games/xbat/Makefile
parent33976f70dfd6affc75e76a0a302232912c80a829 (diff)
downloadports-8dfca10779fc86de283618938332a9f16900c616.tar.gz
ports-8dfca10779fc86de283618938332a9f16900c616.zip
New port:
XBAT - XEVIOUS like shooting game Submitted by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> Reviewed & modified by: max (Closing PR #2224.)
Notes
Notes: svn path=/head/; revision=5481
Diffstat (limited to 'games/xbat/Makefile')
-rw-r--r--games/xbat/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile
new file mode 100644
index 000000000000..2a0f9cf2c7e6
--- /dev/null
+++ b/games/xbat/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xbat
+# Version required: 0.97
+# Date created: 30 January 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xev097
+PKGNAME= xbat-0.97
+CATEGORIES= games
+MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/Xev097
+ALL_TARGET= xbat
+
+.include <bsd.port.mk>