summaryrefslogtreecommitdiff
path: root/games/heretic2-demo/files
diff options
context:
space:
mode:
authorabs <abs>2000-10-16 12:24:58 +0000
committerabs <abs>2000-10-16 12:24:58 +0000
commit8ea4a2e6cf995b1189a1d60baa932dd07b0735e9 (patch)
treef4143c2baa9b94b5cf3675d72400209155ff5d95 /games/heretic2-demo/files
parentce854492e11c5107724d551ec3141258d63a5ffe (diff)
downloadpkgsrc-8ea4a2e6cf995b1189a1d60baa932dd07b0735e9.tar.gz
Heretic ][, originally produced by Activison and now ported to
Linux by Loki Software, is a weird beast. Using one of Quake's 3D engines with a lot of extras (pole-vaulting, mana systems, magical weapons and defense shields), the game excels in pleasing the eyes and ears. This is the free demo version - a full version is available from Loki Games at http://www.lokigames.com/products/heretic2/
Diffstat (limited to 'games/heretic2-demo/files')
-rw-r--r--games/heretic2-demo/files/md53
-rw-r--r--games/heretic2-demo/files/wrapper.sh10
2 files changed, 13 insertions, 0 deletions
diff --git a/games/heretic2-demo/files/md5 b/games/heretic2-demo/files/md5
new file mode 100644
index 00000000000..937afc1a5ce
--- /dev/null
+++ b/games/heretic2-demo/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/16 12:24:58 abs Exp $
+
+MD5 (lokigames/heretic2-demo-x86.run) = a9086ca8fbc4bccd9651d92963b96e10
diff --git a/games/heretic2-demo/files/wrapper.sh b/games/heretic2-demo/files/wrapper.sh
new file mode 100644
index 00000000000..8b5d4345d8e
--- /dev/null
+++ b/games/heretic2-demo/files/wrapper.sh
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:58 abs Exp $
+# Simple wrapper for lokigames @@BINNAME@@
+
+# linux binary calls mkdir for this with a trailing '/'
+if [ ! -d $HOME/.loki ];then
+ mkdir $HOME/.loki
+fi
+cd @@LIBDIR@@
+exec ./@@BINNAME@@ $@