1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Minor upgrades.

PR:		4583
Submitted by:	Matthew Hunt <mph@pobox.com>
This commit is contained in:
Thomas Gellekum 1997-10-27 09:48:06 +00:00
parent d3b900ffc5
commit f6a194a59e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8361
6 changed files with 23 additions and 8 deletions

View File

@ -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>

View File

@ -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
+

View File

@ -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
##

View File

@ -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.

View File

@ -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.
============================================================

View File

@ -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