diff --git a/toppler/DESCR b/toppler/DESCR new file mode 100644 index 0000000000..bca9d58cd6 --- /dev/null +++ b/toppler/DESCR @@ -0,0 +1,8 @@ +In this game you have to help a cute little green animal switch off some kind +of "evil" mechanism. The "power off switch" is hidden somewhere in high towers. +On your way to the target you need to avoid a lot of strange robots that guard +the tower. + +That sounds all like a normal jump and run game. What makes this game different +is that you walk arond the tower which is revolving on the screen, so that you +only see the 180 degrees that are currently visible. diff --git a/toppler/Makefile b/toppler/Makefile new file mode 100644 index 0000000000..0bd86f7a51 --- /dev/null +++ b/toppler/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $ + +DISTNAME= toppler-1.0.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/} + +MAINTAINER= soren@blef.org +HOMEPAGE= http://topple.sf.net/ +COMMENT= tower climbing game + +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes + +.include "../../audio/SDL_mixer/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/toppler/PLIST b/toppler/PLIST new file mode 100644 index 0000000000..29272c5cc8 --- /dev/null +++ b/toppler/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $ +bin/toppler +man/man6/toppler.6 +share/toppler/abc.ttm +share/toppler/alarm.wav +share/toppler/ball1.ttm +share/toppler/ball2.ttm +share/toppler/ball3.ttm +share/toppler/boing.wav +share/toppler/bubbles.wav +share/toppler/fanfare.wav +share/toppler/hit.wav +share/toppler/honk.wav +share/toppler/m1.ttm +share/toppler/m2.ttm +share/toppler/rumble.wav +share/toppler/score.wav +share/toppler/sonar.wav +share/toppler/splash.wav +share/toppler/swoosh.wav +share/toppler/tap.wav +share/toppler/tick.wav +share/toppler/toppler.dat +share/toppler/toppler.xpm +share/toppler/torpedo.wav +share/toppler/water.wav +@dirrm share/toppler diff --git a/toppler/TODO b/toppler/TODO new file mode 100644 index 0000000000..a5d0d08f63 --- /dev/null +++ b/toppler/TODO @@ -0,0 +1 @@ +Dumps core on exit in 1.6.1, but does not (iirc) do so in current. Investigate. diff --git a/toppler/distinfo b/toppler/distinfo new file mode 100644 index 0000000000..78003dd9a4 --- /dev/null +++ b/toppler/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $ + +SHA1 (toppler-1.0.2.tar.gz) = 9b6c93784ff53eaea6d09ee7d5d31a3ac7c685a4 +Size (toppler-1.0.2.tar.gz) = 1081984 bytes