diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-07 11:54:28 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-07 11:54:28 +0000 |
commit | bc8c2c70bcac65c7d7587f237721dc22eb3478a9 (patch) | |
tree | 7c25359934a12de5707f421388c365565c2400e7 /games/spellcast | |
parent | 08c812cd792d5c1e2f8484551a7e9f746ad14db5 (diff) | |
download | pkgsrc-bc8c2c70bcac65c7d7587f237721dc22eb3478a9.tar.gz |
Initial addition of spellcast-1.2, a game of dueling wizards for two players.
Closes pr 5924 by Tim Rightnour.
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 14 | ||||
-rw-r--r-- | games/spellcast/files/md5 | 1 | ||||
-rw-r--r-- | games/spellcast/patches/patch-aa | 30 | ||||
-rw-r--r-- | games/spellcast/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/spellcast/pkg/DESCR | 12 | ||||
-rw-r--r-- | games/spellcast/pkg/PLIST | 5 |
6 files changed, 63 insertions, 0 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile new file mode 100644 index 00000000000..5fef8649686 --- /dev/null +++ b/games/spellcast/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 1998/08/07 11:54:28 frueauf Exp $ +# + +DISTNAME= spellcast +PKGNAME= spellcast-1.2 +CATEGORIES= games x11 +MASTER_SITES= http://www.edoc.com/zarf/ftp/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= root@garbled.net + +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/games/spellcast/files/md5 b/games/spellcast/files/md5 new file mode 100644 index 00000000000..9511fc717ac --- /dev/null +++ b/games/spellcast/files/md5 @@ -0,0 +1 @@ +MD5 (spellcast.tar.Z) = 6aab445abaff102188e7a4e887a42286 diff --git a/games/spellcast/patches/patch-aa b/games/spellcast/patches/patch-aa new file mode 100644 index 00000000000..8ed94aa1c19 --- /dev/null +++ b/games/spellcast/patches/patch-aa @@ -0,0 +1,30 @@ +$NetBSD: patch-aa,v 1.1 1998/08/07 11:54:29 frueauf Exp $ + +--- Makefile.orig Fri Aug 7 04:21:15 1998 ++++ Makefile Fri Aug 7 04:24:19 1998 +@@ -15,6 +15,6 @@ + # spell list postscript file are installed. Change them to whatever is appropriate. +-DESTDIR=/afs/andrew.cmu.edu/usr0/games +-DESTBIN=$(DESTDIR)/bin/.unpriv/@sys ++DESTDIR=$(PREFIX) ++DESTBIN=$(DESTDIR)/bin + DESTMAN=$(DESTDIR)/man/man6 +-DESTLIB=$(DESTDIR)/lib/spellcast ++DESTLIB=$(DESTDIR)/share/doc/spellcast + +@@ -24,7 +24,7 @@ + +-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \ ++CFLAGS = -O -I$(X11BASE)/include -I./bitmaps -DBODYFONT=$(FONT1) \ + -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) +-LFLAGS = -g ++LFLAGS = -Wl,-R$(X11BASE)/lib + +-XLIB = -L/usr/local/lib -lX11 ++XLIB = -L$(X11BASE)/lib -lX11 + +@@ -51,3 +51,3 @@ + install -c spellcast.6 $(DESTMAN) +- -mkdir $(DESTLIB) ++ -mkdir -p $(DESTLIB) + install -c spelllist.ps $(DESTLIB) diff --git a/games/spellcast/pkg/COMMENT b/games/spellcast/pkg/COMMENT new file mode 100644 index 00000000000..d7aff4dd22a --- /dev/null +++ b/games/spellcast/pkg/COMMENT @@ -0,0 +1 @@ +a game of dueling wizards for two players. diff --git a/games/spellcast/pkg/DESCR b/games/spellcast/pkg/DESCR new file mode 100644 index 00000000000..a11704a5dd2 --- /dev/null +++ b/games/spellcast/pkg/DESCR @@ -0,0 +1,12 @@ +Spellcast is a multiplayer strategy game for Unix machines running X +windows. + +It concerns a conflict between two or more powerful wizards. The opponents +use mystical hand gestures to invoke their spells -- spells of summoning, +elemental energy, protection, psionic influence, and good old-fashioned +brute force. Each wizard has two hands, a sequence of gestures can contain +multiple spells, and some spells require two-handed gestures. This means +that timing and forethought are necessary to insure that your defensive +spells block all attacks while your attacks get through. + +http://www.edoc.com/zarf/spellcast.html diff --git a/games/spellcast/pkg/PLIST b/games/spellcast/pkg/PLIST new file mode 100644 index 00000000000..efff4c03af1 --- /dev/null +++ b/games/spellcast/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/07 11:54:30 frueauf Exp $ +bin/spellcast +man/man6/spellcast.6 +share/doc/spellcast/spelllist.ps +@dirrm share/doc/spellcast |