diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-18 17:38:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-18 17:38:31 +0000 |
commit | 152d87f7ef80acbfe505430b4925b09e824fc370 (patch) | |
tree | f51c5a2851ca13b93d0ddf66f9e86f31255c8456 /games | |
parent | f0e4993f0646368419e1f18f3b137ebf9f870900 (diff) | |
download | pkgsrc-152d87f7ef80acbfe505430b4925b09e824fc370.tar.gz |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/moon-buggy/DESCR | 8 | ||||
-rw-r--r-- | games/moon-buggy/Makefile | 15 | ||||
-rw-r--r-- | games/moon-buggy/PLIST | 1 | ||||
-rw-r--r-- | games/moon-buggy/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
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 |