diff options
author | tg <tg@FreeBSD.org> | 1997-10-27 17:48:06 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-27 17:48:06 +0800 |
commit | 3c767407b3d5a6b616f6a6fcf5da923c31c03976 (patch) | |
tree | 4d0ea545efb102112edacdfce927fe6c2b704628 /games | |
parent | 5e084e7f987b2182b8291b733fcd3a51894d8a78 (diff) | |
download | freebsd-ports-gnome-3c767407b3d5a6b616f6a6fcf5da923c31c03976.tar.gz freebsd-ports-gnome-3c767407b3d5a6b616f6a6fcf5da923c31c03976.tar.zst freebsd-ports-gnome-3c767407b3d5a6b616f6a6fcf5da923c31c03976.zip |
Minor upgrades.
PR: 4583
Submitted by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 6 | ||||
-rw-r--r-- | games/angband/files/patch-aa | 6 | ||||
-rw-r--r-- | games/angband/files/patch-ad | 8 | ||||
-rw-r--r-- | games/angband/pkg-descr | 3 | ||||
-rw-r--r-- | games/angband/pkg-message | 7 | ||||
-rw-r--r-- | games/angband/pkg-plist | 1 |
6 files changed, 23 insertions, 8 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 883a28194afa..f33ea84fb11c 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Feb 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.2 1997/03/31 11:27:16 max Exp $ +# $Id: Makefile,v 1.3 1997/09/19 06:46:36 tg Exp $ # DISTNAME= angband-282 @@ -15,4 +15,8 @@ MAINTAINER= mph@pobox.com USE_X11= yes +post-install: + @${CAT} ${PKGDIR}/MESSAGE + @${INSTALL_DATA} ${FILESDIR}/CHANGES-2.8.2 ${PREFIX}/lib/X11/angband + .include <bsd.port.mk> diff --git a/games/angband/files/patch-aa b/games/angband/files/patch-aa index a1a86335cff8..0f5c5c832597 100644 --- a/games/angband/files/patch-aa +++ b/games/angband/files/patch-aa @@ -1,10 +1,10 @@ ---- Makefile.orig Thu Sep 18 12:53:12 1997 -+++ Makefile Thu Sep 18 12:55:59 1997 +--- Makefile.orig Fri Sep 19 10:55:34 1997 ++++ Makefile Fri Sep 19 10:56:00 1997 @@ -0,0 +1,19 @@ +# My makefile for Angband +# Matthew Hunt <mph@pobox.com> + -+CFLAGS+=-I/usr/X11R6/include -D"USE_XAW" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\" ++CFLAGS+=-I/usr/X11R6/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\" + +all: angband + diff --git a/games/angband/files/patch-ad b/games/angband/files/patch-ad index ecc7256dcd9c..05983679036b 100644 --- a/games/angband/files/patch-ad +++ b/games/angband/files/patch-ad @@ -1,5 +1,5 @@ ---- src/Makefile.orig Fri Sep 5 18:01:33 1997 -+++ src/Makefile Fri Sep 5 18:05:13 1997 +--- src/Makefile.orig Fri Sep 5 13:52:03 1997 ++++ src/Makefile Fri Sep 19 10:57:27 1997 @@ -94,7 +94,7 @@ # # This is my compiler of choice, it seems to work most everywhere @@ -16,7 +16,7 @@ -CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU" -LIBS = -lX11 -lcurses -ltermcap +#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU" -+#LIBS = -L/usr/X11-lX11 -lcurses -ltermcap ++LIBS = -L/usr/X11R6/lib -lX11 -lcurses -ltermcap ## @@ -25,7 +25,7 @@ ## #CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU" -#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap -+LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap ++#LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap ## diff --git a/games/angband/pkg-descr b/games/angband/pkg-descr index 497d1f53a7b1..9a3fc71daee3 100644 --- a/games/angband/pkg-descr +++ b/games/angband/pkg-descr @@ -2,3 +2,6 @@ A roguelike game derived from Moria. Features unique monsters, artifact items, color support, X11 support. See http://www.voicenet.com/~benh/angband/ for details. + +The author posted a list of changes in version 2.8.2 to +rec.games.roguelike.angband. This article is in files/CHANGES-2.8.2. diff --git a/games/angband/pkg-message b/games/angband/pkg-message new file mode 100644 index 000000000000..fca629365d3a --- /dev/null +++ b/games/angband/pkg-message @@ -0,0 +1,7 @@ + + ============================================================ + For a list of changes in Angband 2.8.2, please read the + article in /usr/X11R6/lib/X11/angband/CHANGES-2.8.2. It + includes a way to limit the number of terminal windows + the game opens at startup. + ============================================================ diff --git a/games/angband/pkg-plist b/games/angband/pkg-plist index 322371a47520..2be781984152 100644 --- a/games/angband/pkg-plist +++ b/games/angband/pkg-plist @@ -1,4 +1,5 @@ bin/angband +lib/X11/angband/CHANGES-2.8.2 lib/X11/angband/apex/scores.raw lib/X11/angband/edit/a_info.txt lib/X11/angband/edit/e_info.txt |