diff --git a/games/toppler/DESCR b/games/toppler/DESCR new file mode 100644 index 0000000000000..694fbf50755c5 --- /dev/null +++ b/games/toppler/DESCR @@ -0,0 +1,12 @@ +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. + +The game is a reimplementation of the old game known as Tower +Toppler or Nebulus. diff --git a/games/toppler/Makefile b/games/toppler/Makefile new file mode 100644 index 0000000000000..d25e657d6fbc1 --- /dev/null +++ b/games/toppler/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2013/01/05 22:17:04 wiz Exp $ +# + +DISTNAME= toppler-1.1.6 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://toppler.sourceforge.net/ +COMMENT= Tower Toppler/Nebulous clone +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ + +.include "../../devel/SDL/buildlink3.mk" +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/toppler/PLIST b/games/toppler/PLIST new file mode 100644 index 0000000000000..8c41754b34adf --- /dev/null +++ b/games/toppler/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/05 22:17:04 wiz Exp $ +bin/toppler +man/man6/toppler.6 +share/applications/toppler.desktop +share/doc/toppler/AUTHORS +share/doc/toppler/COPYING +share/doc/toppler/ChangeLog +share/doc/toppler/NEWS +share/doc/toppler/README +share/pixmaps/toppler.xpm +share/toppler/toppler.dat +share/toppler/toppler.ogg +var/toppler/toppler.hsc diff --git a/games/toppler/distinfo b/games/toppler/distinfo new file mode 100644 index 0000000000000..41485c4983600 --- /dev/null +++ b/games/toppler/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/05 22:17:04 wiz Exp $ + +SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e +RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95 +Size (toppler-1.1.6.tar.gz) = 2117137 bytes