From 152d87f7ef80acbfe505430b4925b09e824fc370 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 18 May 2006 17:38:31 +0000 Subject: Imported moon-buggy-1.0. Moon-buggy is a simple character graphics game where you drive some kind of car across the moon's surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them! The game has some resemblance of the classic arcade game moon-patrol which was released in 1982. A clone of this game was relased for the Commodore C64 in 1983. The present, ASCII art version of moon-buggy was written many years later by Jochen Voss. --- games/moon-buggy/DESCR | 8 ++++++++ games/moon-buggy/Makefile | 15 +++++++++++++++ games/moon-buggy/PLIST | 1 + games/moon-buggy/distinfo | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 games/moon-buggy/DESCR create mode 100644 games/moon-buggy/Makefile create mode 100644 games/moon-buggy/PLIST create mode 100644 games/moon-buggy/distinfo (limited to 'games') diff --git a/games/moon-buggy/DESCR b/games/moon-buggy/DESCR new file mode 100644 index 00000000000..bebc30132ee --- /dev/null +++ b/games/moon-buggy/DESCR @@ -0,0 +1,8 @@ +Moon-buggy is a simple character graphics game where you drive some kind +of car across the moon's surface. Unfortunately there are dangerous +craters there. Fortunately your car can jump over them! + +The game has some resemblance of the classic arcade game moon-patrol +which was released in 1982. A clone of this game was relased for the +Commodore C64 in 1983. The present, ASCII art version of moon-buggy was +written many years later by Jochen Voss. diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile new file mode 100644 index 00000000000..9e3bc7026d5 --- /dev/null +++ b/games/moon-buggy/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $ +# + +DISTNAME= moon-buggy-1.0 +CATEGORIES= games +MASTER_SITES= http://seehuhn.de/data/ + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://seehuhn.de/data/ +COMMENT= Game on the Moon + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/games/moon-buggy/PLIST b/games/moon-buggy/PLIST new file mode 100644 index 00000000000..e22a357c705 --- /dev/null +++ b/games/moon-buggy/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $ diff --git a/games/moon-buggy/distinfo b/games/moon-buggy/distinfo new file mode 100644 index 00000000000..3cf2af156ce --- /dev/null +++ b/games/moon-buggy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $ + +SHA1 (moon-buggy-1.0.tar.gz) = 82dc1d504b4f81aa54d3d57837a03d17b5624a86 +RMD160 (moon-buggy-1.0.tar.gz) = 42c00d854c7a1b19f64721f124942ae73c62a01f +Size (moon-buggy-1.0.tar.gz) = 259734 bytes -- cgit v1.2.3