From 61dd0a9a4bf3ba24ec501b58bf277ee37a79afad Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 26 Jul 2001 12:36:54 +0000 Subject: Initial import of xscorch-0.1.13a - Multiplayer tank shoot-em-up XScorch is a clone of the olden-days DOS game "Scorch". It is an extremely addictive war game where any mixture of humans an computer AIs control separate tanks (teams are possible) and attempt to blow up or arrange to blow up the other tanks on the field (which can vary from rugged, mountainous terrain to flat plains). The last tank on the field is the winner. --- games/xscorch/Makefile | 21 +++++++++++++++++++++ games/xscorch/distinfo | 4 ++++ games/xscorch/pkg/DESCR | 7 +++++++ games/xscorch/pkg/PLIST | 15 +++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 games/xscorch/Makefile create mode 100644 games/xscorch/distinfo create mode 100644 games/xscorch/pkg/DESCR create mode 100644 games/xscorch/pkg/PLIST diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile new file mode 100644 index 00000000000..6bf15dd9fb3 --- /dev/null +++ b/games/xscorch/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/26 12:36:54 zuntum Exp $ +# + +DISTNAME= xscorch-0.1.13a +CATEGORIES= games +MASTER_SITES= http://chaos2.org/xscorch/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://chaos2.org/xscorch/ +COMMENT= Multiplayer tank shoot-em-up + +WRKSRC= ${WRKDIR}/xscorch-0.1.13 + +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --without-gnome + +.include "../../audio/libmikmod/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/xscorch/distinfo b/games/xscorch/distinfo new file mode 100644 index 00000000000..c3e9ff98e74 --- /dev/null +++ b/games/xscorch/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/26 12:36:54 zuntum Exp $ + +SHA1 (xscorch-0.1.13a.tar.gz) = 86e14a6efe7de60cbb0ff1cdfabc571c1aca7805 +Size (xscorch-0.1.13a.tar.gz) = 469715 bytes diff --git a/games/xscorch/pkg/DESCR b/games/xscorch/pkg/DESCR new file mode 100644 index 00000000000..f9acbe9d38c --- /dev/null +++ b/games/xscorch/pkg/DESCR @@ -0,0 +1,7 @@ +XScorch is a clone of the olden-days DOS game "Scorch". +It is an extremely addictive war game where any mixture of +humans an computer AIs control separate tanks (teams are +possible) and attempt to blow up or arrange to blow up the +other tanks on the field (which can vary from rugged, +mountainous terrain to flat plains). The last tank on the +field is the winner. diff --git a/games/xscorch/pkg/PLIST b/games/xscorch/pkg/PLIST new file mode 100644 index 00000000000..79aef37aa2c --- /dev/null +++ b/games/xscorch/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/26 12:36:54 zuntum Exp $ +bin/xscorch +bin/xscorch-server +man/man6/xscorch.6 +share/xscorch/accessories.def +share/xscorch/copying.txt +share/xscorch/images/xscorch-icon.xpm +share/xscorch/images/xscorch-logo.xpm +share/xscorch/profiles.def +share/xscorch/sounds/README +share/xscorch/weapons.def +share/xscorch/xscorch.txt +@dirrm share/xscorch/sounds +@dirrm share/xscorch/images +@dirrm share/xscorch -- cgit v1.2.3