mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
33 lines
741 B
Makefile
33 lines
741 B
Makefile
# New ports collection makefile for: KnightCap
|
|
# Date created: 10 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knightcap
|
|
PORTVERSION= 3.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/
|
|
DISTNAME= KnightCap-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3\
|
|
GLU.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>
|