Index: head/games/crafty-open-enormous/Makefile =================================================================== --- head/games/crafty-open-enormous/Makefile (revision 464926) +++ head/games/crafty-open-enormous/Makefile (revision 464927) @@ -1,32 +1,34 @@ # Created by: Jonathan Shoemaker # $FreeBSD$ PORTNAME= crafty-open-enormous PORTVERSION= 20070924 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.cis.uab.edu/hyatt/crafty/pgn/ DISTFILES= enormous.zip DIST_SUBDIR= crafty MAINTAINER= ports@FreeBSD.org COMMENT= Enormous opening book (about 270 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-large-* crafty-open-medium-* crafty-open-default-* do-build: @${ECHO_MSG} '================================================================' @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' @${ECHO_MSG} '================================================================' (cd ${WRKSRC} && crafty bookpath=. <${FILESDIR}/book-building) do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/crafty ${INSTALL_DATA} ${WRKSRC}/book.bin ${STAGEDIR}${PREFIX}/lib/crafty/book.bin .include Index: head/games/crafty-open-large/Makefile =================================================================== --- head/games/crafty-open-large/Makefile (revision 464926) +++ head/games/crafty-open-large/Makefile (revision 464927) @@ -1,36 +1,38 @@ # Created by: Stefan Eggers # $FreeBSD$ PORTNAME= crafty-open-large PORTVERSION= 20070909 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= LOCAL/dd/crafty DISTFILES= large1.zip large2.zip large3.zip large4.zip DIST_SUBDIR= crafty MAINTAINER= ports@FreeBSD.org COMMENT= Large opening book 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-medium-* crafty-open-default-* post-extract: ${CAT} ${WRKSRC}/Book1.pgn ${WRKSRC}/Book2.pgn ${WRKSRC}/Book3.pgn ${WRKSRC}/Book4.pgn >${WRKSRC}/Book.pgn ${RM} ${WRKSRC}/Book1.pgn ${WRKSRC}/Book2.pgn ${WRKSRC}/Book3.pgn ${WRKSRC}/Book4.pgn 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 Index: head/games/crafty-open-medium/Makefile =================================================================== --- head/games/crafty-open-medium/Makefile (revision 464926) +++ head/games/crafty-open-medium/Makefile (revision 464927) @@ -1,33 +1,35 @@ # Created by: Stefan Eggers # $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