freebsd-ports/games/KnightCap/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

32 lines
724 B
Makefile

# Created by: Andrey Zakhvatov
PORTNAME= knightcap
PORTVERSION= 3.6
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= http://ftp.samba.org/pub/KnightCap/ \
ftp://ftp.samba.org/pub/KnightCap/
DISTNAME= KnightCap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Chess program with 3D interface for X Window System
WRKSRC= ${WRKDIR}/Export
USES= gl xorg
USE_XORG= xmu xt xext x11 xi
USE_GL= glut
ALL_TARGET= KnightCap
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/KnightCap
PORTDOCS= README
PLIST_FILES= bin/KnightCap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>