freebsd-ports/games/crafty-open-medium/Makefile
Matthew Hunt b76b447c9c Import of crafty-open-medium, the medium-sized opening book for the
Crafty chess program.

PR:		6817
Submitted by:	Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-04 02:34:00 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: crafty-open-medium
# Version required: 10 September 1996
# Date created: 1 June 1998
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
#
# $Id$
#
DISTNAME= medium
PKGNAME= crafty-open-medium-19960910
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/
EXTRACT_SUFX= .zip
MAINTAINER= seggers@semyam.dinoco.de
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
crafty:${PORTSDIR}/games/crafty
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
DIST_SUBDIR= crafty
EXTRACT_AFTER_ARGS=
EXTRACT_BEFORE_ARGS=
EXTRACT_CMD= unzip
NO_WRKSUBDIR= yes
do-build:
@${ECHO_MSG} '================================================================'
@${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.'
@${ECHO_MSG} '================================================================'
(cd ${WRKDIR}; crafty <${FILESDIR}/book-building)
do-install:
${MKDIR} ${PREFIX}/lib/crafty
${INSTALL_DATA} ${WRKDIR}/book.bin ${PREFIX}/lib/crafty/medium-book.bin
.include <bsd.port.mk>