1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add new port - Beneath a Steel Sky (BASS), full version of 1993 adventure

game for DOS and Amiga. Runs under scummvm emulator.

PR:		ports/56338
Submitted by:	Alex Trull <alexander@trull.com>
Approved by:	marcus (backup mentor)
This commit is contained in:
Pav Lucistnik 2003-11-16 00:50:19 +00:00
parent f8cfa92576
commit 5362e21a0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94075
6 changed files with 73 additions and 0 deletions

View File

@ -33,6 +33,7 @@
SUBDIR += awele
SUBDIR += baduki
SUBDIR += barrage
SUBDIR += bass
SUBDIR += battalion
SUBDIR += battleball
SUBDIR += biorythm

42
games/bass/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: bass (Beneath a Steel Sky)
# Date created: Tue Sep 2 23:34:32 BST 2003
# Whom: Alex Trull <alexander@trull.com>
#
# $FreeBSD$
#
PORTNAME= bass
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
DISTNAME= BASS-CD
MAINTAINER= alexander@trull.com
COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/sky-cd
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dnr ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sky.dsk ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docs in readme.txt
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
post-install:
@${SED} -e "s:%%DATADIR%%:${DATADIR}:g" pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
games/bass/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (BASS-CD.zip) = 18f9045e90d56fdfc3263b7f264791fd

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

@ -0,0 +1,11 @@
"Beneath a Steel Sky is a 2D point-and-click science fiction thriller set in a
bleak vision of the future, originally published for DOS and the Amiga. ..."
Now playable on FreeBSD, thanks to the help of Tony Warriner at Revolution
Software Ltd and the developers of scummvm. This game is distributed by the
scummvm project.
WWW: http://scummvm.sourceforge.net/
- Alex Trull
alexander@trull.com

13
games/bass/pkg-message Normal file
View File

@ -0,0 +1,13 @@
- --------------------------------------------------------------------- -
- Beneath a Steel Sky (bass) PORT NOTES ported by atrull -
- --------------------------------------------------------------------- -
- How to Get Playing: -
- -
- i) Type scummvm to start the game interpreter -
- ii) Click 'Add Game...', Browse to %%DATADIR%% -
- iii) Click 'Choose' then click 'OK' -
- iv) Select 'Beneath a Steel Sky' from the Menu and click 'Start' -
- -
- Have fun, Be Vigilant! -
- - atrull -
- --------------------------------------------------------------------- -

5
games/bass/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
%%DATADIR%%/sky.dnr
%%DATADIR%%/sky.dsk
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%