aboutsummaryrefslogtreecommitdiffstats
path: root/games/crafty-open-small/Makefile
blob: a4061fb8e7d4f29a01c8d4277bcebbef07402721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    crafty-open-small
# Date created:             1 June 1998
# Whom:                 Stefan Eggers <seggers@semyam.dinoco.de>
#
# $FreeBSD$
#

PORTNAME=   crafty-open-small
PORTVERSION=    19970301
CATEGORIES= games
MASTER_SITES=   ftp://ftp.cis.uab.edu/pub/hyatt/common/small/
DISTNAME=   small

MAINTAINER= seggers@semyam.dinoco.de
COMMENT=    The small opening book (about 600 KByte) for crafty

BROKEN=     "Does not fetch"
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}

BUILD_DEPENDS=  crafty:${PORTSDIR}/games/crafty
RUN_DEPENDS=    crafty:${PORTSDIR}/games/crafty

DIST_SUBDIR=        crafty
USE_ZIP=        yes
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/small-book.bin

.include <bsd.port.mk>