freebsd-ports/games/crafty-open-medium/Makefile

35 lines
990 B
Makefile

# Created by: Stefan Eggers <seggers@semyam.dinoco.de>
# $FreeBSD$
PORTNAME= crafty-open-medium
PORTVERSION= 20070909
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= LOCAL/dd/crafty
DISTNAME= medium
DIST_SUBDIR= crafty
MAINTAINER= ports@FreeBSD.org
COMMENT= Medium opening book (about 1.9 MByte) for crafty
BROKEN= conflicts with games/crafty
BUILD_DEPENDS= crafty:games/crafty
RUN_DEPENDS= crafty:games/crafty
USES= zip
NO_WRKSUBDIR= yes
CONFLICTS= crafty-open-enormous-* crafty-open-large-* crafty-open-default-*
do-build:
@${ECHO_MSG} '================================================================'
@${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.'
@${ECHO_MSG} '================================================================'
(cd ${WRKSRC} && crafty <${FILESDIR}/book-building)
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/crafty
${INSTALL_DATA} ${WRKSRC}/book.bin \
${STAGEDIR}${PREFIX}/lib/crafty/book.bin
.include <bsd.port.mk>