View | Details | Raw Unified | Return to bug 22744
Collapse All | Expand All

(-)games/spellcast/Makefile (-5 / +5 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	spellcast
8
PORTNAME=	spellcast
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
11
MASTER_SITES=	http://www.eblong.com/zarf/ftp/
12
		http://www.macula.net/lightside/
12
DISTNAME=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	games/multiplayer
13
EXTRACT_SUFX=	.tar.Z
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
16
Lines 22-28 Link Here
22
	${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6
22
	${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6
23
.if !defined(NOPORTDOCS)
23
.if !defined(NOPORTDOCS)
24
	@${MKDIR} ${PREFIX}/share/doc/spellcast
24
	@${MKDIR} ${PREFIX}/share/doc/spellcast
25
.for file in README.1 README.2 spelllist.ps
25
.for file in README spelllist.ps
26
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
26
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
27
.endfor
27
.endfor
28
.endif
28
.endif
(-)games/spellcast/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (spellcast-1.1.tar.gz) = 79f9e6557da426e8eddd3bc9d09f601b
1
MD5 (spellcast.tar.Z) = 6aab445abaff102188e7a4e887a42286
(-)games/spellcast/files/patch-aa (-8 / +8 lines)
Lines 1-16 Link Here
1
--- Makefile.orig	Sat Sep 13 14:44:20 1997
1
--- Makefile.orig	Sat Jan 15 07:41:10 1994
2
+++ Makefile	Thu Mar 30 01:49:24 2000
2
+++ Makefile	Fri Nov 10 19:25:53 2000
3
@@ -24,11 +24,11 @@
3
@@ -22,11 +22,11 @@
4
 # all the time, try uncommenting the next line.
4
 # all the time, try uncommenting the next line.
5
 #OTHERLIBS = -lbsdmalloc
5
 #OTHERLIBS = -lbsdmalloc
6
 
6
 
7
-CFLAGS = -g0 -O2 -Wall -Wno-implicit -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
7
-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
8
+CFLAGS+= -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \
8
+CFLAGS += -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \
9
 	-DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR)
9
 	-DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR)
10
-LFLAGS = -g0 -Wall -Wno-implicit
10
-LFLAGS = -g
11
+#LFLAGS = -g0 -Wall -Wno-implicit
11
+LFLAGS =
12
 
12
 
13
-XLIB = -L/usr/local/lib -L/usr/X11/lib -lX11
13
-XLIB = -L/usr/local/lib -lX11
14
+XLIB = -L${X11BASE}/lib -lX11
14
+XLIB = -L${X11BASE}/lib -lX11
15
 
15
 
16
 OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o
16
 OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o
(-)games/spellcast/pkg-descr (-1 / +1 lines)
Lines 11-14 Link Here
11
duel but would be interested to discover how realistic the game is for
11
duel but would be interested to discover how realistic the game is for
12
those who have...
12
those who have...
13
13
14
WWW: http://www.macula.net/lightside/ftp.html
14
WWW: http://www.eblong.com/zarf/spellcast.html
(-)games/spellcast/pkg-plist (-2 / +1 lines)
Lines 1-5 Link Here
1
bin/spellcast
1
bin/spellcast
2
share/doc/spellcast/README.1
2
share/doc/spellcast/README
3
share/doc/spellcast/README.2
4
share/doc/spellcast/spelllist.ps
3
share/doc/spellcast/spelllist.ps
5
@dirrm share/doc/spellcast
4
@dirrm share/doc/spellcast

Return to bug 22744