import of bass:
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. You are Robert Foster, an innocent outsider stranded in a vast city where oppressed civilians live and work in soaring tower blocks... whilst the corrupt, covetous and rich live underground, safe from all pollution. Alone, save for a robot circuit board, Foster must fight for survival - and discover the sinister truth behind both his own past and the city he has found himself trapped in.
This commit is contained in:
parent
314595c041
commit
78a18f5e8d
32
games/bass/Makefile
Normal file
32
games/bass/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/02 11:38:29 jolan Exp $
|
||||
|
||||
COMMENT= "Beneath A Steel Sky"
|
||||
DISTNAME= BASS-CD
|
||||
DIST_SUBDIR= bass
|
||||
PKGNAME= bass-0 # Unversioned
|
||||
EXTRACT_SUFX= .zip
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# Conditional
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= :scummvm->=0.5.0:games/scummvm
|
||||
|
||||
WRKDIST= ${WRKDIR}/sky-cd
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/bass
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bass
|
||||
${INSTALL_DATA} ${WRKBUILD}/sky.{dnr,dsk} ${PREFIX}/share/bass
|
||||
${INSTALL_DATA} ${WRKBUILD}/readme.txt ${PREFIX}/share/doc/bass
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/bass/distinfo
Normal file
3
games/bass/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (bass/BASS-CD.zip) = 18f9045e90d56fdfc3263b7f264791fd
|
||||
RMD160 (bass/BASS-CD.zip) = cc20db10f6060439cc61551847a15246fc1ece6b
|
||||
SHA1 (bass/BASS-CD.zip) = 312420860a12ce9276cafdbf87e88a1ee6aa2ade
|
8
games/bass/pkg/DESCR
Normal file
8
games/bass/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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. You are Robert Foster, an innocent outsider stranded in a vast
|
||||
city where oppressed civilians live and work in soaring tower blocks...
|
||||
whilst the corrupt, covetous and rich live underground, safe from all
|
||||
pollution. Alone, save for a robot circuit board, Foster must fight for
|
||||
survival - and discover the sinister truth behind both his own past and
|
||||
the city he has found himself trapped in.
|
6
games/bass/pkg/PLIST
Normal file
6
games/bass/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/02 11:38:29 jolan Exp $
|
||||
share/bass/sky.dnr
|
||||
share/bass/sky.dsk
|
||||
share/doc/bass/readme.txt
|
||||
@dirrm share/doc/bass
|
||||
@dirrm share/bass
|
Loading…
Reference in New Issue
Block a user