diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/crafty-open-small/Makefile | 38 | ||||
-rw-r--r-- | games/crafty-open-small/distinfo | 2 | ||||
-rw-r--r-- | games/crafty-open-small/files/book-building | 2 | ||||
-rw-r--r-- | games/crafty-open-small/pkg-descr | 10 | ||||
-rw-r--r-- | games/crafty-open-small/pkg-plist | 2 |
6 files changed, 0 insertions, 55 deletions
diff --git a/games/Makefile b/games/Makefile index 130a9d48aa92..8455c54c46ea 100644 --- a/games/Makefile +++ b/games/Makefile @@ -82,7 +82,6 @@ SUBDIR += crafty SUBDIR += crafty-open-large SUBDIR += crafty-open-medium - SUBDIR += crafty-open-small SUBDIR += crimson SUBDIR += criticalmass SUBDIR += crossfire-client diff --git a/games/crafty-open-small/Makefile b/games/crafty-open-small/Makefile deleted file mode 100644 index a4061fb8e7d4..000000000000 --- a/games/crafty-open-small/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# 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> diff --git a/games/crafty-open-small/distinfo b/games/crafty-open-small/distinfo deleted file mode 100644 index 82e178850dba..000000000000 --- a/games/crafty-open-small/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (crafty/small.zip) = 4faca1c02593e142ab9d901935c41dea -SIZE (crafty/small.zip) = 160309 diff --git a/games/crafty-open-small/files/book-building b/games/crafty-open-small/files/book-building deleted file mode 100644 index 946b060104c7..000000000000 --- a/games/crafty-open-small/files/book-building +++ /dev/null @@ -1,2 +0,0 @@ -book create small.txt 60 3 -quit diff --git a/games/crafty-open-small/pkg-descr b/games/crafty-open-small/pkg-descr deleted file mode 100644 index 5f3d3f796376..000000000000 --- a/games/crafty-open-small/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the port of the small opening book for crafty. It consumes -about 600 KByte. - -It was created with "book create small.txt 60 3" (see the crafty -documentation and online help for a more thorough explanation of what -this does) which discards all openings not played in at least three -games which I expect to be a reasonable constant, but I am open to -suggestions on this. - -- Stefan Eggers <seggers@semyam.dinoco.de> diff --git a/games/crafty-open-small/pkg-plist b/games/crafty-open-small/pkg-plist deleted file mode 100644 index d0a4339589f6..000000000000 --- a/games/crafty-open-small/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/crafty/small-book.bin -@dirrm lib/crafty |