1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/games/xrot/files/patch-Imakefile
Will Andrews c00a15fd54 Add xrot 1.3.2, a falling ball puzzle game for X.
PR:		26377
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 05:51:42 +00:00

22 lines
510 B
Plaintext

--- Imakefile.orig Sat Jul 4 11:05:00 1998
+++ Imakefile Fri Apr 6 18:44:24 2001
@@ -32,8 +32,8 @@
# NORECORD = -DNOREC
-RECORDDIR = /usr/local/games/lib/xrot
-RECORDFILE = xrot_record
+RECORDDIR = /var/games
+RECORDFILE = xrot.scores
#------ secure RECORD file -------
@@ -62,7 +62,6 @@
#---------------------------------------------------------------
-CC = gcc
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB) $(XPMLIB) -lm
RECFLAGS = -DRECDIR=\"$(RECORDDIR)\" -DRECFILE=\"$(RECORDFILE)\"