1997-11-16 08:56:54 +00:00
|
|
|
--- Makefile.orig Sun Nov 9 15:27:29 1997
|
|
|
|
+++ Makefile Sun Nov 9 15:32:43 1997
|
1997-09-19 06:46:46 +00:00
|
|
|
@@ -0,0 +1,19 @@
|
1997-03-04 09:35:21 +00:00
|
|
|
+# My makefile for Angband
|
|
|
|
+# Matthew Hunt <mph@pobox.com>
|
|
|
|
+
|
1997-10-27 09:48:06 +00:00
|
|
|
+CFLAGS+=-I/usr/X11R6/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\"
|
1997-09-19 06:46:46 +00:00
|
|
|
+
|
1997-03-04 09:35:21 +00:00
|
|
|
+all: angband
|
|
|
|
+
|
|
|
|
+angband:
|
1997-09-19 06:46:46 +00:00
|
|
|
+ cd src && make "CFLAGS=$(CFLAGS)"
|
1997-03-04 09:35:21 +00:00
|
|
|
+
|
|
|
|
+install: angband
|
1997-11-16 08:56:54 +00:00
|
|
|
+ install -c -o bin -g games -m 2555 angband ${PREFIX}/bin/angband
|
1997-09-19 06:46:46 +00:00
|
|
|
+ mkdir -p ${PREFIX}/lib/X11/angband
|
|
|
|
+ (cd lib && tar cf - * ) | (cd ${PREFIX}/lib/X11/angband && tar xf - )
|
|
|
|
+ /usr/sbin/chown -R bin.games ${PREFIX}/lib/X11/angband
|
|
|
|
+ (cd ${PREFIX}/lib/X11/angband && \
|
1997-11-16 08:56:54 +00:00
|
|
|
+ /bin/chmod 775 apex bone data edit file help info xtra\
|
|
|
|
+ save user )
|
1997-09-19 06:46:46 +00:00
|
|
|
+ install -o games -g games -m 664 /dev/null ${PREFIX}/lib/X11/angband/apex/scores.raw
|