1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/KnightCap/Makefile
1999-08-25 06:06:33 +00:00

33 lines
754 B
Makefile

# New ports collection makefile for: KnightCap
# Version required: 3.5
# Date created: 10 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= KnightCap-3.5
PKGNAME= knightcap-3.5
CATEGORIES= games
MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3\
MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \
glut.3:${PORTSDIR}/graphics/Mesa3
FETCH_BEFORE_ARGS= -P
ALL_TARGET= KnightCap
USE_X_PREFIX= 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>