2014-03-25 18:34:41 +01:00
|
|
|
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= asteroid
|
2013-02-19 15:27:07 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 3
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
COMMENT= Modern version of the arcade classic Asteroid
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
2014-10-13 16:00:39 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
|
2013-02-19 15:27:07 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= chazomaticus
|
|
|
|
GH_PROJECT= asteroid
|
2013-06-08 00:29:01 +02:00
|
|
|
GH_TAGNAME= ${GH_COMMIT}
|
2013-10-21 22:13:56 +02:00
|
|
|
GH_COMMIT= ffeb0fd
|
2013-02-19 15:27:07 +01:00
|
|
|
|
2013-10-21 22:13:56 +02:00
|
|
|
USES= cmake
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
USE_GL= glut
|
|
|
|
USE_SDL= mixer sdl
|
2013-10-21 22:13:56 +02:00
|
|
|
USE_GNOME= gtk20
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
USE_XORG= xmu
|
|
|
|
INSTALLS_ICONS= yes
|
2014-08-26 16:06:08 +02:00
|
|
|
LDFLAGS+= -lm
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
|
2013-02-19 15:27:07 +01:00
|
|
|
PORTDOCS= AUTHORS NEWS README.md
|
2014-03-25 18:34:41 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
|
|
|
|
post-install:
|
2013-10-21 22:13:56 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.
Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot. Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio. There's also a right-click menu if you forget anything.
Gameplay
--------
I'm not going to explain how to play Asteroids. I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups. To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup). You'll have to play the game
to figure out the different powerup types.
WWW: http://chaoslizard.sourceforge.net/asteroid/
PR: ports/171431
Submitted by: nemysis@gmx.ch
2013-02-10 08:49:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|