Add sdlroids 1.3.4, an enhanced shoot-the-asteroids game.

This commit is contained in:
Maxim Sobolev 2001-06-10 13:41:53 +00:00
parent 0ecd575990
commit c04e4ea669
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43753
6 changed files with 71 additions and 0 deletions

View File

@ -194,6 +194,7 @@
SUBDIR += rt2-demo
SUBDIR += rtb
SUBDIR += rubix
SUBDIR += sdlroids
SUBDIR += seabattle
SUBDIR += seahaven
SUBDIR += sex

27
games/sdlroids/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: sdlroids
# Date created: 29 March 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sdlroids
PORTVERSION= 1.3.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
MAN6= sdlroids.6
.include <bsd.port.mk>

1
games/sdlroids/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (sdlroids-1.3.4.tar.bz2) = ae3c310bf2871809a0e8317f47bf0b50

View File

@ -0,0 +1 @@
An enhanced shoot-the-asteroids game

7
games/sdlroids/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
SDLRoids is essentially an Asteroids clone, but with a few extra
features, and some nice game physics. It is based on xhyperoid, which
is a UNIX port of the 16-bit Windows game Hyperoid. Major changes from
xhyperoid are that it's using SDL for sound and graphics, has a couple
of extra powerups and that the shield behaves differently.
WWW: http://david.hedbor.org/projects/sdlroids/

34
games/sdlroids/pkg-plist Normal file
View File

@ -0,0 +1,34 @@
bin/sdlroids
share/sdlroids/bmp/blank.bmp
share/sdlroids/bmp/bomb.bmp
share/sdlroids/bmp/icon.bmp
share/sdlroids/bmp/level.bmp
share/sdlroids/bmp/life.bmp
share/sdlroids/bmp/num0.bmp
share/sdlroids/bmp/num1.bmp
share/sdlroids/bmp/num2.bmp
share/sdlroids/bmp/num3.bmp
share/sdlroids/bmp/num4.bmp
share/sdlroids/bmp/num5.bmp
share/sdlroids/bmp/num6.bmp
share/sdlroids/bmp/num7.bmp
share/sdlroids/bmp/num8.bmp
share/sdlroids/bmp/num9.bmp
share/sdlroids/bmp/plus.bmp
share/sdlroids/bmp/score.bmp
share/sdlroids/bmp/shield.bmp
share/sdlroids/sounds/bonusgot.wav
share/sdlroids/sounds/bshot.wav
share/sdlroids/sounds/bwound.wav
share/sdlroids/sounds/explode.wav
share/sdlroids/sounds/explode2.wav
share/sdlroids/sounds/newbad.wav
share/sdlroids/sounds/newbonus.wav
share/sdlroids/sounds/phit.wav
share/sdlroids/sounds/pshot.wav
share/sdlroids/sounds/swarmsplit.wav
share/sdlroids/sounds/thrust.wav
share/sdlroids/sounds/title.wav
@dirrm share/sdlroids/sounds
@dirrm share/sdlroids/bmp
@dirrm share/sdlroids