summaryrefslogtreecommitdiff
path: root/games/xjewel
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-17 15:56:43 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-17 15:56:43 +0000
commitbb331b64d8ef01be7a7c2b313e11a61cf2a4a75b (patch)
tree464109174990da18f25b236aea97ec04d9ace042 /games/xjewel
parentUpdate port to 1.2210 (diff)
This file goes with rev 1.17 of Makefile. I forgot to cvs add it last time.
PR: ports/16731
Notes
Notes: svn path=/head/; revision=25939
Diffstat (limited to 'games/xjewel')
-rw-r--r--games/xjewel/files/patch-aa46
1 files changed, 46 insertions, 0 deletions
diff --git a/games/xjewel/files/patch-aa b/games/xjewel/files/patch-aa
new file mode 100644
index 000000000000..451dcdc52676
--- /dev/null
+++ b/games/xjewel/files/patch-aa
@@ -0,0 +1,46 @@
+--- Imakefile.orig Wed Feb 16 19:35:06 1994
++++ Imakefile Fri Feb 11 13:57:31 2000
+@@ -1,11 +1,12 @@
+ # A little makeyfile edit up to the solid line...
+
+ # EDIT THE CDEBUGFLAGS IF -O GIVES A PROBLEM
+-CDEBUGFLAGS = -O
++# CDEBUGFLAGS = -O
+
+ # CHANGE HSCORE_FILE TO SUIT
+ #HSCORE_FILE=/usr/local/lib/xjewel.scores
+-HSCORE_FILE=xjewel.scores
++HSCORE_DIR=$(LIBDIR)/xjewel
++HSCORE_FILE=$(HSCORE_DIR)/xjewel.scores
+
+ # ADD YOUR ARCHITECTURE IF YOU USE SELECT INSTEAD OF POLL
+ #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
+@@ -21,10 +22,10 @@
+ # DEFINE 'GETPWENT' if you dont have the cuserid ftn (hscore.c)
+ # DEFINE 'SLOW_FONTS=n' if your server is overly fast on fonts
+ # DEFINE 'SLOW_DRAW=n' if your server is overly fast on drawing
+-USERDEFS = -DICON_WINDOW
++USERDEFS = -DICON_WINDOW -DUSE_SELECT -DGETPWENT
+
+ # CHANGE FFILE TO REFLECT THE EXTENSION USED FOR COMPILED FONTS
+-FFILE = snf
++FFILE = pcf.gz
+
+ ##############################################################################
+ # X-STUFF...
+@@ -40,6 +41,8 @@
+ FONT = bitmaps/seven_seg
+ CFONT = bitmaps/seven_seg.$(FFILE)
+
++MANDIR = $(MANPATH)/man6
++MANSUFFIX = 6
+
+ # LETS GET TO IT...
+ ComplexProgramTarget(xjewel)
+@@ -52,5 +55,6 @@
+ all:: $(CFONT)
+
+ install::
++ MakeDir($(DESTDIR)$(HSCORE_DIR))
+ touch $(HSCORE_FILE)
+ chmod a+w $(HSCORE_FILE)