diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-02 13:12:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-02 13:12:07 +0800 |
commit | a434419a3d6e45848617d590eb6a1cd0b18f9e41 (patch) | |
tree | 3093e55233891a082e874c2135447aa65908f988 /games | |
parent | 2e0124cb658c9bd9819a93b1699a313319498e3d (diff) | |
download | freebsd-ports-graphics-a434419a3d6e45848617d590eb6a1cd0b18f9e41.tar.gz freebsd-ports-graphics-a434419a3d6e45848617d590eb6a1cd0b18f9e41.tar.zst freebsd-ports-graphics-a434419a3d6e45848617d590eb6a1cd0b18f9e41.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.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
5 files changed, 52 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 0b98f33d037..d3bc1a7e0b7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -128,6 +128,7 @@ SUBDIR += gniffel SUBDIR += gno3dtet SUBDIR += gnocatan + SUBDIR += gnomeattacks SUBDIR += gnomebreakout SUBDIR += gnomechess SUBDIR += gnomegames diff --git a/games/gnomeattacks/Makefile b/games/gnomeattacks/Makefile new file mode 100644 index 00000000000..56c02587440 --- /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 00000000000..21011af04d3 --- /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 00000000000..8b58abf08ae --- /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 00000000000..a3cd254410a --- /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 |