aboutsummaryrefslogtreecommitdiffstats
path: root/games/KnightCap/Makefile
blob: 26112d48b30fcf2d85ac5cc2133a10439b925a8e (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
31
32
# New ports collection makefile for:    KnightCap
# Version required:         3.5
# Date created:             10 May 1998
# Whom:                 Andrey Zakhvatov
#
# $Id$
#

DISTNAME=   KnightCap-3.5
PKGNAME=    knightcap-3.5
CATEGORIES= games x11
MASTER_SITES=   ftp://samba.anu.edu.au/pub/KnightCap/

MAINTAINER= andy@icc.surw.chel.su

LIB_DEPENDS=    MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \
        MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \
        glut\\.3\\.:${PORTSDIR}/graphics/Mesa

FETCH_BEFORE_ARGS=  -P
ALL_TARGET= KnightCap
USE_X11=    yes
WRKSRC=     ${WRKDIR}/Export

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${PREFIX}/share/doc/KnightCap
    @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/KnightCap
.endif

.include <bsd.port.mk>