1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/crafty-open-rock/Makefile
Matthew Hunt d88e979622 Import of the "rock" opening book for the Crafty chess program.
This book is huge; it is considerably larger than crafty-open-large.
1998-12-29 18:49:29 +00:00

36 lines
1.2 KiB
Makefile

# New ports collection makefile for: crafty-open-rock
# Version required: 7 July 1998
# Date created: 28 December 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
# Based on ports by: Stefan Eggers <seggers@semyam.dinoco.de>
#
# $Id: Makefile,v 1.1.1.1 1998/06/04 02:37:37 mph Exp $
#
DISTNAME= crafty-open-rock-19980707
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/
DISTFILES= rock.01 rock.02 rock.03 rock.04 rock.05 rock.06 rock.07 \
rock.08 rock.09 rock.10
MAINTAINER= mph@FreeBSD.org
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
DIST_SUBDIR= crafty
NO_WRKSUBDIR= yes
EXTRACT_ONLY=
do-build:
@${ECHO_MSG} '================================================================'
@${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.'
@${ECHO_MSG} '================================================================'
(cd ${DISTDIR}/${DIST_SUBDIR} && ${CAT} ${DISTFILES} | ${GUNZIP_CMD}) | (cd ${WRKDIR}; crafty 3<&0 < ${FILESDIR}/book-building)
do-install:
${MKDIR} ${PREFIX}/lib/crafty
${INSTALL_DATA} ${WRKDIR}/book.bin ${PREFIX}/lib/crafty/rock-book.bin
.include <bsd.port.mk>