diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-22 13:22:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-22 13:22:27 +0000 |
commit | 1ddceb8427998ae72c69e9128cf60c77dc7b671d (patch) | |
tree | aa9a581804ea76f14a55b583de146dc07c3cd660 /games/scummvm-bass | |
parent | 663b87f433f50aaba0893003ea336818a7414eca (diff) | |
download | pkgsrc-1ddceb8427998ae72c69e9128cf60c77dc7b671d.tar.gz |
add a pkg for "Beneath a Steel Sky", a game which is distributed with
the "scummvm" interpreter (the floppy version of the game)
Diffstat (limited to 'games/scummvm-bass')
-rw-r--r-- | games/scummvm-bass/DESCR | 7 | ||||
-rw-r--r-- | games/scummvm-bass/Makefile | 28 | ||||
-rw-r--r-- | games/scummvm-bass/PLIST | 5 | ||||
-rw-r--r-- | games/scummvm-bass/distinfo | 4 | ||||
-rw-r--r-- | games/scummvm-bass/files/bass.sh | 3 |
5 files changed, 47 insertions, 0 deletions
diff --git a/games/scummvm-bass/DESCR b/games/scummvm-bass/DESCR new file mode 100644 index 00000000000..b90f5290efd --- /dev/null +++ b/games/scummvm-bass/DESCR @@ -0,0 +1,7 @@ +"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." diff --git a/games/scummvm-bass/Makefile b/games/scummvm-bass/Makefile new file mode 100644 index 00000000000..3ec30696f67 --- /dev/null +++ b/games/scummvm-bass/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $ +# + +DISTNAME= BASS-Floppy +PKGNAME= scummvm-bass-0 +CATEGORIES= games +MASTER_SITES= http://www.mixnmojo.com/bss/ +EXTRACT_SUFX= .zip + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://scummvm.sourceforge.net/ +COMMENT= Beneath a Steel Sky + +WRKSRC= ${WRKDIR}/sky-floppy +USE_BUILDLINK2= yes + +BASSDIR= ${PREFIX}/share/games/bass + +do-build: + ${SED} "s|@BASSDIR@|${BASSDIR}|" <${FILESDIR}/bass.sh \ + >${WRKDIR}/bass.sh + +do-install: + ${INSTALL_DATA_DIR} ${BASSDIR} + ${INSTALL_DATA} ${WRKSRC}/sky.dnr ${WRKSRC}/sky.dsk ${BASSDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/bass.sh ${PREFIX}/bin/bass + +.include "../../mk/bsd.pkg.mk" diff --git a/games/scummvm-bass/PLIST b/games/scummvm-bass/PLIST new file mode 100644 index 00000000000..6cc29f0eeca --- /dev/null +++ b/games/scummvm-bass/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $ +bin/bass +share/games/bass/sky.dnr +share/games/bass/sky.dsk +@dirrm share/games/bass diff --git a/games/scummvm-bass/distinfo b/games/scummvm-bass/distinfo new file mode 100644 index 00000000000..a3a9a310029 --- /dev/null +++ b/games/scummvm-bass/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $ + +SHA1 (BASS-Floppy.zip) = affd0f915f2a10a32ede0d8067dd354c942b8f9e +Size (BASS-Floppy.zip) = 7672178 bytes diff --git a/games/scummvm-bass/files/bass.sh b/games/scummvm-bass/files/bass.sh new file mode 100644 index 00000000000..70f7b4bfa2e --- /dev/null +++ b/games/scummvm-bass/files/bass.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec scummvm -p@BASSDIR@ -f sky |