freebsd-ports/games/spellcast/Makefile

33 lines
752 B
Makefile
Raw Normal View History

# New ports collection makefile for: spellcast
# Date created: 28 June 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= spellcast
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.eblong.com/zarf/ftp/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Multiplayer fight with spells turn based game for X Window System
USE_XORG= x11
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 README spelllist.ps
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
.endfor
.endif
.include <bsd.port.mk>