aboutsummaryrefslogtreecommitdiffstats
path: root/games/spellcast/Makefile
blob: 3d6b585775910b9ffc6765d239d089380841e2a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    spellcast
# Version required:         1.1
# Date created:             28 June 1998
# Whom:                 Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/07/31 19:32:38 nectar Exp $
#

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