diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-07-31 19:32:38 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-07-31 19:32:38 +0000 |
commit | 1cc99c7741220e42622c6c0198b4c271f30761a9 (patch) | |
tree | c176fad695e115796af4291290050e3803a12648 /games/spellcast/Makefile | |
parent | Remove mutt.with_pgp. (diff) |
Multiplayer fight with spells turn based game for X Window System.
PR: ports/7158
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=12231
Diffstat (limited to 'games/spellcast/Makefile')
-rw-r--r-- | games/spellcast/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile new file mode 100644 index 000000000000..feb21f9e837f --- /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> |