summaryrefslogtreecommitdiff
path: root/games/quake/pkg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-01 02:30:29 +0000
committerwiz <wiz@pkgsrc.org>2000-02-01 02:30:29 +0000
commit4eb5e8ac6f755f486d4cade5e29c5176074d4f57 (patch)
tree313934adfc76b9f6e4fa635a0171b582ca797775 /games/quake/pkg
parent08e833403e143dfa9357d623edda2a32c5401107 (diff)
downloadpkgsrc-4eb5e8ac6f755f486d4cade5e29c5176074d4f57.tar.gz
Quake now playable on NetBSD-1.4.x-i386. Heavily based on pkg/9270 by
Brad Spencer <brad@anduin.eldar.org>, with some modifications. Caveats: ELF builds fail; shareware WADs (level files) have to be gotten separately; playing audio from CDs seems to have problems (see pkg/9270); GLX Quakeworld client probably doesn't work; Quakeworld code perhaps triggers optimization bug? Committed mainly to avoid duplication of work, and for the 1.4.x/i386 users/gamers :-)
Diffstat (limited to 'games/quake/pkg')
-rw-r--r--games/quake/pkg/COMMENT2
-rw-r--r--games/quake/pkg/DESCR2
-rw-r--r--games/quake/pkg/INSTALL11
-rw-r--r--games/quake/pkg/PLIST7
4 files changed, 19 insertions, 3 deletions
diff --git a/games/quake/pkg/COMMENT b/games/quake/pkg/COMMENT
index 8b836f1a94f..49e1d182769 100644
--- a/games/quake/pkg/COMMENT
+++ b/games/quake/pkg/COMMENT
@@ -1 +1 @@
-legendary 1st person shoot'em up game
+legendary first person shoot'em up game
diff --git a/games/quake/pkg/DESCR b/games/quake/pkg/DESCR
index 8b836f1a94f..49e1d182769 100644
--- a/games/quake/pkg/DESCR
+++ b/games/quake/pkg/DESCR
@@ -1 +1 @@
-legendary 1st person shoot'em up game
+legendary first person shoot'em up game
diff --git a/games/quake/pkg/INSTALL b/games/quake/pkg/INSTALL
new file mode 100644
index 00000000000..f5a842ee2a9
--- /dev/null
+++ b/games/quake/pkg/INSTALL
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ "$2" = "POST-INSTALL" ]
+then
+ echo
+ echo =====================================================================
+ echo For running quake you need data files. Look for quakesw-1.0.6.tar.gz.
+ echo Extract it somewhere, and start quake from the same directory, e.g.
+ echo by running \'quake.x11\'.
+ echo =====================================================================
+fi
diff --git a/games/quake/pkg/PLIST b/games/quake/pkg/PLIST
index 691f985f07b..e157630e7b1 100644
--- a/games/quake/pkg/PLIST
+++ b/games/quake/pkg/PLIST
@@ -1 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/28 14:20:42 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/02/01 02:30:37 wiz Exp $
+bin/qwsv
+bin/qwcl.x11
+bin/glqwcl.glx
+bin/glquake.glx
+bin/quake.x11