summaryrefslogtreecommitdiff
path: root/games/xbat/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-12-14 00:34:48 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-12-14 00:34:48 +0000
commite6a673611075b41839e18d0e6360a93d1cd4ba5c (patch)
tree0813ac5667312fac73968c44450879017392dba4 /games/xbat/Makefile
parentb160e49250c26de599fcfdd02cb6a9cf5711ef73 (diff)
downloadpkgsrc-e6a673611075b41839e18d0e6360a93d1cd4ba5c.tar.gz
Import FreeBSD's "xbat" port:
XEVIOUS like shooting game
Diffstat (limited to 'games/xbat/Makefile')
-rw-r--r--games/xbat/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile
new file mode 100644
index 00000000000..b186c088e22
--- /dev/null
+++ b/games/xbat/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xbat
+# Version required: 1.11
+# Date created: 30 January 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $FreeBSD: ports/games/xbat/Makefile,v 1.5 1999/08/25 06:04:41 obrien Exp $
+#
+
+DISTNAME= xev111
+PKGNAME= xbat-1.11
+CATEGORIES= games
+MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
+
+MAINTAINER= nacai@iname.com
+
+NO_CDROM= Possible copyright infringement
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/Xev111
+ALL_TARGET= xbat
+
+.include <bsd.port.mk>