diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-02 05:12:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-02 05:12:07 +0000 |
commit | 7513b88942b90496718aeee83a021a121693f523 (patch) | |
tree | c1c736396d9b26a7ca181b0d27cd423f6af461cb /games/gnomeattacks | |
parent | 585428cab0efe4bf82bb81428405bf4b4c8cd8d4 (diff) | |
download | ports-7513b88942b90496718aeee83a021a121693f523.tar.gz ports-7513b88942b90496718aeee83a021a121693f523.zip |
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.
Notes
Notes:
svn path=/head/; revision=84019
Diffstat (limited to 'games/gnomeattacks')
-rw-r--r-- | games/gnomeattacks/Makefile | 24 | ||||
-rw-r--r-- | games/gnomeattacks/distinfo | 1 | ||||
-rw-r--r-- | games/gnomeattacks/pkg-descr | 14 | ||||
-rw-r--r-- | games/gnomeattacks/pkg-plist | 12 |
4 files changed, 51 insertions, 0 deletions
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 <adamw@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 <adamw@FreeBSD.org> 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 |