diff options
author | jlam <jlam> | 2000-10-24 20:13:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-24 20:13:14 +0000 |
commit | 01af9bbf5ce2ce2edcec81ddf56ee2597d73b43d (patch) | |
tree | bb69d6d409b0a7d7e3b81fd22a686a911492e2b3 /games | |
parent | ca0db7a0d9503120be5273a0734034f44ef0ba36 (diff) | |
download | pkgsrc-01af9bbf5ce2ce2edcec81ddf56ee2597d73b43d.tar.gz |
chess opening book for ColChess (large)
Diffstat (limited to 'games')
-rw-r--r-- | games/colchess-book-large/Makefile | 33 | ||||
-rw-r--r-- | games/colchess-book-large/files/md5 | 3 | ||||
-rw-r--r-- | games/colchess-book-large/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/colchess-book-large/pkg/DESCR | 1 | ||||
-rw-r--r-- | games/colchess-book-large/pkg/PLIST | 2 |
5 files changed, 40 insertions, 0 deletions
diff --git a/games/colchess-book-large/Makefile b/games/colchess-book-large/Makefile new file mode 100644 index 00000000000..1ebc89eb1a3 --- /dev/null +++ b/games/colchess-book-large/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/24 20:13:14 jlam Exp $ + +DISTNAME= book_large +PKGNAME= ${CHESS_ENGINE}-book-large-20000512 +CATEGORIES= games +MASTER_SITES= http://www.ast.cam.ac.uk/~cmf/chess/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jlam@netbsd.org + +DEPENDS+= colchess>=7.0:../../games/colchess + +CONFLICTS= ${CHESS_ENGINE}-book-* + +CHESS_ENGINE= colchess +DIST_SUBDIR= chessbooks +NO_WRKSUBDIR= # defined +NO_CONFIGURE= # defined + +PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} +PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} + +BOOKDIR= ${PREFIX}/share/${CHESS_ENGINE} +BOOK_FILE= book.dat + +do-build: + cd ${WRKSRC}; ${LN} ${DISTNAME}.dat ${BOOK_FILE} + +do-install: + ${INSTALL_DATA_DIR} ${BOOKDIR} + ${INSTALL_DATA} ${WRKSRC}/${BOOK_FILE} ${BOOKDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/games/colchess-book-large/files/md5 b/games/colchess-book-large/files/md5 new file mode 100644 index 00000000000..6d96fccbe0b --- /dev/null +++ b/games/colchess-book-large/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/24 20:13:14 jlam Exp $ + +MD5 (chessbooks/book_large.tgz) = 18904cbd59eddb8f8805e3269d7de6f7 diff --git a/games/colchess-book-large/pkg/COMMENT b/games/colchess-book-large/pkg/COMMENT new file mode 100644 index 00000000000..8a3928e9cb9 --- /dev/null +++ b/games/colchess-book-large/pkg/COMMENT @@ -0,0 +1 @@ +chess opening book for ColChess (large) diff --git a/games/colchess-book-large/pkg/DESCR b/games/colchess-book-large/pkg/DESCR new file mode 100644 index 00000000000..0b9fd7f007e --- /dev/null +++ b/games/colchess-book-large/pkg/DESCR @@ -0,0 +1 @@ +Large book of chess openings for ColChess. diff --git a/games/colchess-book-large/pkg/PLIST b/games/colchess-book-large/pkg/PLIST new file mode 100644 index 00000000000..9d38a2ab8f3 --- /dev/null +++ b/games/colchess-book-large/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/24 20:13:14 jlam Exp $ +share/${CHESS_ENGINE}/${BOOK_FILE} |