summaryrefslogtreecommitdiff
path: root/games/moria/files/patch-source::config.h
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-08-07 04:26:34 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-08-07 04:26:34 +0000
commit3b5afbbdfbc755e6cf5a13531219153e802aac13 (patch)
treec2dfbd7504151b0f1389030e74f1dc71cca5d03a /games/moria/files/patch-source::config.h
parentmisc/gucharmap is now deskutils/gucharmap. (diff)
. Add a port of moria. For those too young to have played moria:
The game of moria is a single player dungeon simulation. A player may choose from a number of races and classes when creating a character, and then `run' that character over a period of days, weeks, even months, attempting to win the game by defeating the Balrog which lurks in the deeper levels. The player will begin his adventure on the town level where he may acquire supplies, weapons, armor, and magical devices by bartering with various shop owners. After preparing for his adventure, the player can descend into the dungeons of moria where fantastic adventures await his coming! WWW: http://www-math.bgsu.edu/~grabine/moria.html
Notes
Notes: svn path=/head/; revision=86419
Diffstat (limited to 'games/moria/files/patch-source::config.h')
-rw-r--r--games/moria/files/patch-source::config.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/games/moria/files/patch-source::config.h b/games/moria/files/patch-source::config.h
new file mode 100644
index 000000000000..b6c29d2c165c
--- /dev/null
+++ b/games/moria/files/patch-source::config.h
@@ -0,0 +1,40 @@
+$FreeBSD$
+
+--- source/config.h Thu Jul 21 19:47:13 1994
++++ source/config.h Tue Aug 5 10:04:39 2003
+@@ -14,7 +14,7 @@
+
+ /* Person to bother if something goes wrong. */
+ /* Recompile files.c and misc2.c if this changes. */
+-#define WIZARD "David Grabiner"
++#define WIZARD "root"
+ /* The wizard password and wizard uid are no longer used. */
+
+
+@@ -200,16 +200,16 @@
+
+ /* This must be unix; change MORIA_LIB as appropriate. */
+ #define MORIA_SAV "moria.save"
+-#define MORIA_LIB(xxx) "/home/math/grabiner/moria/files/xxx"
+-#define MORIA_HOU MORIA_LIB(hours)
+-#define MORIA_MOR MORIA_LIB(news)
+-#define MORIA_TOP MORIA_LIB(scores)
+-#define MORIA_HELP MORIA_LIB(roglcmds.hlp)
+-#define MORIA_ORIG_HELP MORIA_LIB(origcmds.hlp)
+-#define MORIA_WIZ_HELP MORIA_LIB(rwizcmds.hlp)
+-#define MORIA_OWIZ_HELP MORIA_LIB(owizcmds.hlp)
+-#define MORIA_WELCOME MORIA_LIB(welcome.hlp)
+-#define MORIA_VER MORIA_LIB(version.hlp)
++#define MORIA_LIB(xxx) "%%PREFIX%%/share/moria/" xxx
++#define MORIA_HOU MORIA_LIB("hours")
++#define MORIA_MOR MORIA_LIB("news")
++#define MORIA_TOP MORIA_LIB("scores")
++#define MORIA_HELP MORIA_LIB("roglcmds.hlp")
++#define MORIA_ORIG_HELP MORIA_LIB("origcmds.hlp")
++#define MORIA_WIZ_HELP MORIA_LIB("rwizcmds.hlp")
++#define MORIA_OWIZ_HELP MORIA_LIB("owizcmds.hlp")
++#define MORIA_WELCOME MORIA_LIB("welcome.hlp")
++#define MORIA_VER MORIA_LIB("version.hlp")
+
+ #endif
+ #endif