1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/KnightCap/Makefile
2017-05-23 05:03:14 +00:00

33 lines
722 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= knightcap
PORTVERSION= 3.6
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://ftp.samba.org/pub/KnightCap/ \
ftp://ftp.samba.org/pub/KnightCap/
DISTNAME= KnightCap-${PORTVERSION}
MAINTAINER= johans@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
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>