diff options
author | minskim <minskim> | 2004-03-08 06:12:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-08 06:12:01 +0000 |
commit | a0ed8d2ca4d69f3c9f828dd9d5c3af96c11acead (patch) | |
tree | 7fcf393f72f739d28f4adacc905dc9c9eacd7c96 /games | |
parent | f86ed2f83920cb7267e659cda14be8f343dd9e3b (diff) | |
download | pkgsrc-a0ed8d2ca4d69f3c9f828dd9d5c3af96c11acead.tar.gz |
Replaced by gnuchess-book.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess-book-chess/DESCR | 1 | ||||
-rw-r--r-- | games/gnuchess-book-chess/Makefile | 35 | ||||
-rw-r--r-- | games/gnuchess-book-chess/PLIST | 2 | ||||
-rw-r--r-- | games/gnuchess-book-chess/distinfo | 4 |
4 files changed, 0 insertions, 42 deletions
diff --git a/games/gnuchess-book-chess/DESCR b/games/gnuchess-book-chess/DESCR deleted file mode 100644 index 0eb7d4b2cb3..00000000000 --- a/games/gnuchess-book-chess/DESCR +++ /dev/null @@ -1 +0,0 @@ -Default book of chess openings for GNU Chess. diff --git a/games/gnuchess-book-chess/Makefile b/games/gnuchess-book-chess/Makefile deleted file mode 100644 index cee23d4b506..00000000000 --- a/games/gnuchess-book-chess/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ -# FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp -# - -DISTNAME= chess-5.00 -PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME} -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU:=chess/} - -MAINTAINER= jlam@NetBSD.org -COMMENT= Chess opening book for GNU Chess (default) - -DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess - -CONFLICTS+= gnuchess-book-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME}/book -CHESS_ENGINE= gnuchess -NO_CONFIGURE= # defined - -PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} -PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} - -BOOKDIR= ${PREFIX}/lib/${CHESS_ENGINE} -PGN_FILE= book.pgn -BOOK_FILE= book.dat - -do-build: - cd ${WRKSRC} && gnuchess compile ${PGN_FILE} ${BOOK_FILE} - -do-install: - ${INSTALL_DATA_DIR} ${BOOKDIR} - ${INSTALL_DATA} ${WRKSRC}/${BOOK_FILE} ${BOOKDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/games/gnuchess-book-chess/PLIST b/games/gnuchess-book-chess/PLIST deleted file mode 100644 index 6222e0f0b96..00000000000 --- a/games/gnuchess-book-chess/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:52:54 zuntum Exp $ -lib/${CHESS_ENGINE}/${BOOK_FILE} diff --git a/games/gnuchess-book-chess/distinfo b/games/gnuchess-book-chess/distinfo deleted file mode 100644 index 46c7a979572..00000000000 --- a/games/gnuchess-book-chess/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:26 wiz Exp $ - -SHA1 (chess-5.00.tar.gz) = 86b364d60aab4a2ec5932fb800ef4857251a84cd -Size (chess-5.00.tar.gz) = 157211 bytes |