mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5c96cea79d
longer carries them although it looks like it might have equivalents in a different format. Keep using these until someone updates the port to use the new ones.
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: crafty-open-medium
|
|
# Date created: 1 June 1998
|
|
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= crafty-open-medium
|
|
PORTVERSION= 19960910
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= dd/crafty
|
|
DISTNAME= medium
|
|
|
|
MAINTAINER= seggers@semyam.dinoco.de
|
|
COMMENT= The medium opening book (about 1.9 MByte) for crafty
|
|
|
|
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
|
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
|
|
|
DIST_SUBDIR= crafty
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
BROKEN= "Coredump during build"
|
|
.endif
|
|
|
|
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.post.mk>
|