mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
37 lines
758 B
Makefile
37 lines
758 B
Makefile
# New ports collection makefile for: KnightCap
|
|
# Date created: 10 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knightcap
|
|
PORTVERSION= 3.6
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
WRKSRC= ${WRKDIR}/Export
|
|
|
|
USE_GL= yes
|
|
ALL_TARGET= KnightCap
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/KnightCap
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/KnightCap
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|