--- 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)"
