1 2 3 4 5 6 7 8 9 10 11 12
--- 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)"