1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/games/KnightCap/Makefile

33 lines
672 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= knightcap
PORTVERSION= 3.6
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= 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
USE_XORG= xmu xt xext x11 xi
USE_GL= glut
ALL_TARGET= KnightCap
DOCSDIR= ${PREFIX}/share/doc/KnightCap
PORTDOCS= README
PLIST_FILES= bin/KnightCap
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>