diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-04 01:24:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-04 01:24:39 +0800 |
commit | 21844bdbee25219dab72c0027291bb97650a5e71 (patch) | |
tree | 8b48db4368512cb8d941615807cf3bbd97f0ecc5 /games/Makefile | |
parent | 3c82c465db87fe01c92ebc5854a8b96dc104cb47 (diff) | |
download | freebsd-ports-gnome-21844bdbee25219dab72c0027291bb97650a5e71.tar.gz freebsd-ports-gnome-21844bdbee25219dab72c0027291bb97650a5e71.tar.zst freebsd-ports-gnome-21844bdbee25219dab72c0027291bb97650a5e71.zip |
Intense 2D space shooter like Space-Invaders, but not quite. It
uses OpenGL and includes particle effects.
The objective is to shoot the aliens before they reach the bottom
of the screen.
WWW: http://dusted.dk/?view=linux-game-simplevaders
PR: ports/124233
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 9d64bf5d06e1..cdb64c028156 100644 --- a/games/Makefile +++ b/games/Makefile @@ -720,6 +720,7 @@ SUBDIR += sfbol SUBDIR += shaaft SUBDIR += shootingstar + SUBDIR += simplevaders SUBDIR += six SUBDIR += sjeng SUBDIR += sl |