freebsd-ports/games/spellcast/Makefile
Steve Price 6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00

31 lines
786 B
Makefile

# New ports collection makefile for: spellcast
# Version required: 1.1
# Date created: 28 June 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/08/05 09:30:57 asami Exp $
#
DISTNAME= spellcast-1.1
CATEGORIES= games
MASTER_SITES= http://www.redestb.es/personal/ragnar/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= andy@icc.surw.chel.su
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 License README.1 README.2 spelllist.ps
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
.endfor
.endif
.include <bsd.port.mk>