diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:36:54 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:36:54 +0000 |
commit | 61dd0a9a4bf3ba24ec501b58bf277ee37a79afad (patch) | |
tree | 28e0e9cfe11792389a65d538a641e8397ace9ab1 /games | |
parent | 231104751db42135a67b315cfb1f302f1d60e1f7 (diff) | |
download | pkgsrc-61dd0a9a4bf3ba24ec501b58bf277ee37a79afad.tar.gz |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/xscorch/Makefile | 21 | ||||
-rw-r--r-- | games/xscorch/distinfo | 4 | ||||
-rw-r--r-- | games/xscorch/pkg/DESCR | 7 | ||||
-rw-r--r-- | games/xscorch/pkg/PLIST | 15 |
4 files changed, 47 insertions, 0 deletions
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 |