Update to version 1.2

PR: 22744
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-11-11 06:28:55 +00:00
parent 5fed50bbff
commit 5923bbdb44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34985
5 changed files with 16 additions and 17 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= spellcast
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.macula.net/lightside/
MASTER_SITE_SUBDIR= games/multiplayer
MASTER_SITES= http://www.eblong.com/zarf/ftp/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@ -22,7 +22,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/spellcast
.for file in README.1 README.2 spelllist.ps
.for file in README spelllist.ps
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
.endfor
.endif

View File

@ -1 +1 @@
MD5 (spellcast-1.1.tar.gz) = 79f9e6557da426e8eddd3bc9d09f601b
MD5 (spellcast.tar.Z) = 6aab445abaff102188e7a4e887a42286

View File

@ -1,16 +1,16 @@
--- Makefile.orig Sat Sep 13 14:44:20 1997
+++ Makefile Thu Mar 30 01:49:24 2000
@@ -24,11 +24,11 @@
--- Makefile.orig Sat Jan 15 07:41:10 1994
+++ Makefile Fri Nov 10 19:25:53 2000
@@ -22,11 +22,11 @@
# all the time, try uncommenting the next line.
#OTHERLIBS = -lbsdmalloc
-CFLAGS = -g0 -O2 -Wall -Wno-implicit -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
+CFLAGS+= -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \
-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
+CFLAGS += -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \
-DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR)
-LFLAGS = -g0 -Wall -Wno-implicit
+#LFLAGS = -g0 -Wall -Wno-implicit
-LFLAGS = -g
+LFLAGS =
-XLIB = -L/usr/local/lib -L/usr/X11/lib -lX11
-XLIB = -L/usr/local/lib -lX11
+XLIB = -L${X11BASE}/lib -lX11
OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o

View File

@ -11,4 +11,4 @@ inventor wishes to state that he has never been involved in a magical
duel but would be interested to discover how realistic the game is for
those who have...
WWW: http://www.macula.net/lightside/ftp.html
WWW: http://www.eblong.com/zarf/spellcast.html

View File

@ -1,5 +1,4 @@
bin/spellcast
share/doc/spellcast/README.1
share/doc/spellcast/README.2
share/doc/spellcast/README
share/doc/spellcast/spelllist.ps
@dirrm share/doc/spellcast