diff options
-rw-r--r-- | games/spellcast/Makefile | 30 | ||||
-rw-r--r-- | games/spellcast/distinfo | 1 | ||||
-rw-r--r-- | games/spellcast/files/patch-aa | 16 | ||||
-rw-r--r-- | games/spellcast/pkg-comment | 1 | ||||
-rw-r--r-- | games/spellcast/pkg-descr | 12 | ||||
-rw-r--r-- | games/spellcast/pkg-plist | 7 |
6 files changed, 67 insertions, 0 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile new file mode 100644 index 00000000000..feb21f9e837 --- /dev/null +++ b/games/spellcast/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: spellcast +# Version required: 1.1 +# Date created: 28 June 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= spellcast-1.1 +CATEGORIES= games x11 +MASTER_SITES= http://www.redestb.es/personal/ragnar/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/multiplayer + +MAINTAINER= andy@icc.surw.chel.su + +USE_X11= yes +MAN6= spellcast.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6 +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/spellcast +.for file in License README.1 README.2 spelllist.ps + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast +.endfor +.endif + +.include <bsd.port.mk> diff --git a/games/spellcast/distinfo b/games/spellcast/distinfo new file mode 100644 index 00000000000..db384ce5b69 --- /dev/null +++ b/games/spellcast/distinfo @@ -0,0 +1 @@ +MD5 (spellcast-1.1.tar.gz) = 79f9e6557da426e8eddd3bc9d09f601b diff --git a/games/spellcast/files/patch-aa b/games/spellcast/files/patch-aa new file mode 100644 index 00000000000..7bd834ede1c --- /dev/null +++ b/games/spellcast/files/patch-aa @@ -0,0 +1,16 @@ +--- Makefile Sat Sep 13 05:44:20 1997 ++++ /home/andy/tmp/wrk/Makefile Mon Jun 29 12:08:54 1998 +@@ -24,11 +24,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) \ + -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) + LFLAGS = -g0 -Wall -Wno-implicit + +-XLIB = -L/usr/local/lib -L/usr/X11/lib -lX11 ++XLIB = -L${X11BASE}/lib -lX11 + + OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o + XOBJS = main.o xtext.o xquery.o xloop.o xgest.o xbutton.o xtalk.o diff --git a/games/spellcast/pkg-comment b/games/spellcast/pkg-comment new file mode 100644 index 00000000000..b90024e774d --- /dev/null +++ b/games/spellcast/pkg-comment @@ -0,0 +1 @@ +Multiplayer fight with spells turn based game for X Window System. diff --git a/games/spellcast/pkg-descr b/games/spellcast/pkg-descr new file mode 100644 index 00000000000..74f733d193d --- /dev/null +++ b/games/spellcast/pkg-descr @@ -0,0 +1,12 @@ +This is a game concerning the imaginary conflict between two or more +powerful wizards in a duel of sorcery. The opponents perform magical +gestures with their hands to create their supernatural weapons -- +spells. Some are so potent as to be able to blind a man, call forth +terrifying creatures, or even kill the unfortunate victim instantly. +Consequently each wizard must rely on his own cunning to be able to +time enough defensive spells to avoid the brunt of his adversary's +attack, yet force in sufficient offensive spells of his own to crack +the magical armour of his opponent, and kill the wizard outright. The +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... diff --git a/games/spellcast/pkg-plist b/games/spellcast/pkg-plist new file mode 100644 index 00000000000..96541ea2ce7 --- /dev/null +++ b/games/spellcast/pkg-plist @@ -0,0 +1,7 @@ +bin/spellcast +man/man6/spellcast.6.gz +share/doc/spellcast/License +share/doc/spellcast/README.1 +share/doc/spellcast/README.2 +share/doc/spellcast/spelllist.ps +@dirrm share/doc/spellcast |