1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/spellcast/Makefile
Jacques Vidrine 1cc99c7741 Multiplayer fight with spells turn based game for X Window System.
PR:		ports/7158
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-07-31 19:32:38 +00:00

31 lines
738 B
Makefile

# 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>