diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:28:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:28:55 +0000 |
commit | 5923bbdb44923ac728f5c1e5f6dcb61f907aeafb (patch) | |
tree | fcd3141f5eebdc2683da7cf9ad1326eaef837a2c /games/spellcast | |
parent | Update to version 0.88 (diff) |
Update to version 1.2
PR: 22744
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=34985
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 10 | ||||
-rw-r--r-- | games/spellcast/distinfo | 2 | ||||
-rw-r--r-- | games/spellcast/files/patch-aa | 16 | ||||
-rw-r--r-- | games/spellcast/pkg-descr | 2 | ||||
-rw-r--r-- | games/spellcast/pkg-plist | 3 |
5 files changed, 16 insertions, 17 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index b8175f5cf9a3..a20a8d474847 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -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 diff --git a/games/spellcast/distinfo b/games/spellcast/distinfo index db384ce5b69b..9511fc717aca 100644 --- a/games/spellcast/distinfo +++ b/games/spellcast/distinfo @@ -1 +1 @@ -MD5 (spellcast-1.1.tar.gz) = 79f9e6557da426e8eddd3bc9d09f601b +MD5 (spellcast.tar.Z) = 6aab445abaff102188e7a4e887a42286 diff --git a/games/spellcast/files/patch-aa b/games/spellcast/files/patch-aa index f417e336892a..dedeb30d889e 100644 --- a/games/spellcast/files/patch-aa +++ b/games/spellcast/files/patch-aa @@ -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 diff --git a/games/spellcast/pkg-descr b/games/spellcast/pkg-descr index 5f49af9771f8..56ad3f5ddc1f 100644 --- a/games/spellcast/pkg-descr +++ b/games/spellcast/pkg-descr @@ -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 diff --git a/games/spellcast/pkg-plist b/games/spellcast/pkg-plist index c034f0b93ac8..e8a89fcd5af6 100644 --- a/games/spellcast/pkg-plist +++ b/games/spellcast/pkg-plist @@ -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 |