From 7513b88942b90496718aeee83a021a121693f523 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 2 Jul 2003 05:12:07 +0000 Subject: Add games/gnomeattacks. Oh no! The fair city is under attack by a GNOME logo that drops bombs! You must destroy the city before the logo crashes into a building! Wait, no, that's not right. Oh no! There is a city standing in the way of the GNOME logo you're trying to fly around. You must destroy the buildings before they crash into your flying logo. Either way, the game is so simple to play that your cat could potentially earn the high score just by walking across the keyboard. GNOME Attacks! This game also features one of the coolest splash screens ever. --- games/gnomeattacks/Makefile | 24 ++++++++++++++++++++++++ games/gnomeattacks/distinfo | 1 + games/gnomeattacks/pkg-descr | 14 ++++++++++++++ games/gnomeattacks/pkg-plist | 12 ++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 games/gnomeattacks/Makefile create mode 100644 games/gnomeattacks/distinfo create mode 100644 games/gnomeattacks/pkg-descr create mode 100644 games/gnomeattacks/pkg-plist (limited to 'games/gnomeattacks') diff --git a/games/gnomeattacks/Makefile b/games/gnomeattacks/Makefile new file mode 100644 index 000000000000..56c025874408 --- /dev/null +++ b/games/gnomeattacks/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gnomeattacks +# Date created: 01 July 2003 +# Whom: Adam Weinberger +# +# $FreeBSD$ +# + +PORTNAME= gnomeattacks +PORTVERSION= 0.2 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix gnomevfs2 + +.include diff --git a/games/gnomeattacks/distinfo b/games/gnomeattacks/distinfo new file mode 100644 index 000000000000..21011af04d34 --- /dev/null +++ b/games/gnomeattacks/distinfo @@ -0,0 +1 @@ +MD5 (gnomeattacks-0.2.tar.gz) = bd9fccadf62d1b83149ffb9c43823e13 diff --git a/games/gnomeattacks/pkg-descr b/games/gnomeattacks/pkg-descr new file mode 100644 index 000000000000..8b58abf08aea --- /dev/null +++ b/games/gnomeattacks/pkg-descr @@ -0,0 +1,14 @@ +Oh no! The fair city is under attack by a GNOME logo that drops bombs! You +must destroy the city before the logo crashes into a building! + +Wait, no, that's not right. Oh no! There is a city standing in the way of +the GNOME logo you're trying to fly around. You must destroy the buildings +before they crash into your flying logo. + +Either way, the game is so simple to play that your cat could potentially +earn the high score just by walking across the keyboard. GNOME Attacks! + +This game also features one of the coolest splash screens ever. + +WWW: http://gnomeattacks.sourceforge.net/ +-Adam Weinberger diff --git a/games/gnomeattacks/pkg-plist b/games/gnomeattacks/pkg-plist new file mode 100644 index 000000000000..a3cd254410a9 --- /dev/null +++ b/games/gnomeattacks/pkg-plist @@ -0,0 +1,12 @@ +bin/gnomeattacks +share/gnome/pixmaps/gnomeattacks/bullet.png +share/gnome/pixmaps/gnomeattacks/hiscore.png +share/gnome/pixmaps/gnomeattacks/instructions.png +share/gnome/pixmaps/gnomeattacks/level_1_bg.png +share/gnome/pixmaps/gnomeattacks/level_1_fg.png +share/gnome/pixmaps/gnomeattacks/level_2_bg.png +share/gnome/pixmaps/gnomeattacks/level_2_fg.png +share/gnome/pixmaps/gnomeattacks/ship.png +share/gnome/pixmaps/gnomeattacks/ship_dead.png +share/gnome/pixmaps/gnomeattacks/title.png +@dirrm share/gnome/pixmaps/gnomeattacks -- cgit v1.2.3