summaryrefslogtreecommitdiffstats
path: root/games/xtris/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-01-25 22:29:34 +0000
committersteve <steve@FreeBSD.org>1998-01-25 22:29:34 +0000
commit59834ea6026901bbdf97afaebd38fe54d963f31f (patch)
tree91284373f3d216cd9d86c42eccca853a584dad6c /games/xtris/files
parent9fbe4e4c47f14c9d9e8e1c59bb2f2fa74de56521 (diff)
downloadFreeBSD-ports-59834ea6026901bbdf97afaebd38fe54d963f31f.zip
FreeBSD-ports-59834ea6026901bbdf97afaebd38fe54d963f31f.tar.gz
Add a new port for xtris version 1.15.
PR: 5528 Submitted by: Stefan `Sec` Zehl <sec@42.org>
Diffstat (limited to 'games/xtris/files')
-rw-r--r--games/xtris/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/xtris/files/patch-aa b/games/xtris/files/patch-aa
new file mode 100644
index 0000000..716f4a6
--- /dev/null
+++ b/games/xtris/files/patch-aa
@@ -0,0 +1,26 @@
+--- Makefile.orig Wed Apr 9 20:02:03 1997
++++ Makefile Wed Sep 24 13:28:50 1997
+@@ -11,19 +11,19 @@
+ CC = gcc
+
+ # change this to the directory where you want the xtris binaries installed
+-BINDIR = /usr/local/bin
++BINDIR = ${PREFIX}/bin
+
+ # change this to the directory where you want the xtris manpages installed
+-MANDIR = /usr/local/man
++MANDIR = ${PREFIX}/man
+
+ # change according to taste and local custom...
+-CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__
++CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include
+
+ # on Solaris and similar systems, you'll need to uncomment this:
+ # EXTRALIBS = -lnsl -lsocket
+
+ # specify X11 libdir if your system needs it
+-# XLIBDIR = -L/usr/X11/lib
++XLIBDIR = -L${PREFIX}/lib
+
+
+ ###########################################################################
OpenPOWER on IntegriCloud