summaryrefslogtreecommitdiff
path: root/games/bass
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-16 00:50:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-16 00:50:19 +0000
commit5362e21a0b565f4418eb64e758e3397939651b7b (patch)
tree9ecdf64e27c610bf27aae1de7d2e48e6f2961b85 /games/bass
parent- Unbreak on -CURRENT (diff)
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)
Notes
Notes: svn path=/head/; revision=94075
Diffstat (limited to 'games/bass')
-rw-r--r--games/bass/Makefile42
-rw-r--r--games/bass/distinfo1
-rw-r--r--games/bass/pkg-descr11
-rw-r--r--games/bass/pkg-message13
-rw-r--r--games/bass/pkg-plist5
5 files changed, 72 insertions, 0 deletions
diff --git a/games/bass/Makefile b/games/bass/Makefile
new file mode 100644
index 000000000000..a4ddba7a3d80
--- /dev/null
+++ b/games/bass/Makefile
@@ -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>
diff --git a/games/bass/distinfo b/games/bass/distinfo
new file mode 100644
index 000000000000..1b608f7012d3
--- /dev/null
+++ b/games/bass/distinfo
@@ -0,0 +1 @@
+MD5 (BASS-CD.zip) = 18f9045e90d56fdfc3263b7f264791fd
diff --git a/games/bass/pkg-descr b/games/bass/pkg-descr
new file mode 100644
index 000000000000..af047e4b3eff
--- /dev/null
+++ b/games/bass/pkg-descr
@@ -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
diff --git a/games/bass/pkg-message b/games/bass/pkg-message
new file mode 100644
index 000000000000..43dee7fccdd0
--- /dev/null
+++ b/games/bass/pkg-message
@@ -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 -
+ - --------------------------------------------------------------------- -
diff --git a/games/bass/pkg-plist b/games/bass/pkg-plist
new file mode 100644
index 000000000000..bc7a390f9bcf
--- /dev/null
+++ b/games/bass/pkg-plist
@@ -0,0 +1,5 @@
+%%DATADIR%%/sky.dnr
+%%DATADIR%%/sky.dsk
+%%PORTDOCS%%%%DOCSDIR%%/readme.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%