A gravity game with addictive gameplay and bad implementation

You are the hyperspace delivery boy, use your spaceship to travel
between space bases in strange places where few people have been
before you.

A fun to play gravity game with built in level editor.

All in glorious 70s style vector graphics.

WWW: http://sourceforge.net/projects/osgg/
This commit is contained in:
Dmitry Marakasov 2008-12-29 23:10:05 +00:00
parent 604fcef035
commit 882731be03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224964
5 changed files with 68 additions and 0 deletions

View File

@ -575,6 +575,7 @@
SUBDIR += openyahtzee
SUBDIR += optimax
SUBDIR += orbital_eunuchs_sniper
SUBDIR += osgg
SUBDIR += outerspace
SUBDIR += p5-Acme-GuessNumber
SUBDIR += p5-Algorithm-Pair-Best

39
games/osgg/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: osgg
# Date created: 29 Dec 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= osgg
DISTVERSION= 0.9beta
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= OldSkool Gravity Game
USE_BZIP2= yes
USE_SDL= sdl image ttf
USE_GL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${RM} -f ${WRKSRC}/osgg
@${REINPLACE_CMD} -e 's|"[a-z]*.txt"|DATADIR&|' ${WRKSRC}/main.cpp
do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \
-lGL -lSDL_image -lSDL_ttf -DDATADIR="\"${DATADIR}/\"" \
-o osgg main.cpp text.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osgg ${PREFIX}/bin/
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${WRKSRC}/Bandal.ttf \
${WRKSRC}/icon.png ${DATADIR}
${MKDIR} ${DATADIR}/levels
${INSTALL_DATA} ${WRKSRC}/levels/* ${DATADIR}/levels
.include <bsd.port.mk>

3
games/osgg/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (osgg-0.9beta.tar.bz2) = a503ea88c4038e701a7a981bf8406db8
SHA256 (osgg-0.9beta.tar.bz2) = d18180b5b5a1b0af2426f068da4196742d6ac6699931352e51f0abb0639692c4
SIZE (osgg-0.9beta.tar.bz2) = 169139

11
games/osgg/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
A gravity game with addictive gameplay and bad implementation
You are the hyperspace delivery boy, use your spaceship to travel
between space bases in strange places where few people have been
before you.
A fun to play gravity game with built in level editor.
All in glorious 70s style vector graphics.
WWW: http://sourceforge.net/projects/osgg/

14
games/osgg/pkg-plist Normal file
View File

@ -0,0 +1,14 @@
bin/osgg
%%DATADIR%%/Bandal.ttf
%%DATADIR%%/base.txt
%%DATADIR%%/enemy.txt
%%DATADIR%%/icon.png
%%DATADIR%%/levels/0.level
%%DATADIR%%/levels/1.level
%%DATADIR%%/levels/2.level
%%DATADIR%%/levels/3.level
%%DATADIR%%/levels/4.level
%%DATADIR%%/levels/5.level
%%DATADIR%%/ship.txt
@dirrm %%DATADIR%%/levels
@dirrm %%DATADIR%%