freebsd-ports/games/spellcast/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

31 lines
699 B
Makefile

# New ports collection makefile for: spellcast
# Date created: 28 June 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= spellcast
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.macula.net/lightside/
MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= 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 README.1 README.2 spelllist.ps
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
.endfor
.endif
.include <bsd.port.mk>