summaryrefslogtreecommitdiff
path: root/games/xpilot/files
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-07-18 06:18:00 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-07-18 06:18:00 +0000
commitd660815d2e75caeb06bd4e552cc71063a9d96c99 (patch)
tree52c050f872fe30601c4522863e6fdc7480fb2578 /games/xpilot/files
parentAdd xdl, convert to new format. (diff)
Here is an xpilot port. This is my own, I had started this before
either Julian or Wes posted thiers to the list. For those of you who don't know, its a really fun client/server Asteroids-like gravity kill anything that flies game.
Notes
Notes: svn path=/head/; revision=1989
Diffstat (limited to 'games/xpilot/files')
-rw-r--r--games/xpilot/files/patch-a59
1 files changed, 59 insertions, 0 deletions
diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a
new file mode 100644
index 000000000000..3819af6e0072
--- /dev/null
+++ b/games/xpilot/files/patch-a
@@ -0,0 +1,59 @@
+*** config.h.orig Fri Jul 14 17:10:05 1995
+--- config.h Fri Jul 14 16:48:51 1995
+***************
+*** 46,52 ****
+ # define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
+ # define LIBDIR LIBPREFIX "]"
+ #else
+! # define LIBDIR "/usr/local/games/lib/xpilot/"
+ #endif
+ #endif
+
+--- 46,52 ----
+ # define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
+ # define LIBDIR LIBPREFIX "]"
+ #else
+! # define LIBDIR "/usr/X11R6/lib/xpilot/"
+ #endif
+ #endif
+
+*** Imakefile.orig Fri Jul 14 16:59:25 1995
+--- Imakefile Fri Jul 14 17:05:00 1995
+***************
+*** 29,37 ****
+ #
+ # This is where all installation changes are normally done:
+ #
+! PREFIX = /usr/local/games
+ INSTALLDIR = $(PREFIX)
+! BINDIR = $(PREFIX)
+ LIBDIR = $(PREFIX)/lib/xpilot
+
+ # Manual pages for games usually go to section 6.
+--- 29,37 ----
+ #
+ # This is where all installation changes are normally done:
+ #
+! PREFIX = /usr/X11R6
+ INSTALLDIR = $(PREFIX)
+! BINDIR = $(PREFIX)/bin
+ LIBDIR = $(PREFIX)/lib/xpilot
+
+ # Manual pages for games usually go to section 6.
+***************
+*** 147,153 ****
+
+ /* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */
+ /* #define HP_SOUND /* Uncomment for HP sound support */
+! HPAUDIOINC =
+ HPAUDIOLIB = -lAlib
+
+ /*
+--- 147,153 ----
+
+ /* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */
+ /* #define HP_SOUND /* Uncomment for HP sound support */
+! HPAUDIOINC =
+ HPAUDIOLIB = -lAlib
+
+ /*