1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/angband/files/patch-aa

13 lines
327 B
Plaintext
Raw Normal View History

--- Makefile.orig Thu Dec 2 10:13:33 1999
+++ Makefile Thu Dec 2 10:27:53 1999
@@ -0,0 +1,9 @@
+# My makefile for Angband
+# Matthew Hunt <mph@FreeBSD.org>
+
+CFLAGS+=-I${X11BASE}/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\"
+
+all: angband
+
+angband:
+ cd src && make "CFLAGS=$(CFLAGS)"