summaryrefslogtreecommitdiff
path: root/games/gnuchess-book-small
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-15 01:58:18 +0000
committerjlam <jlam>2000-10-15 01:58:18 +0000
commita7fd9affdddb225742400839f1359bd607930c9e (patch)
tree0042ad6e0e9637b221322f5cd2009899ee85d900 /games/gnuchess-book-small
parentfeec758b461ce0db05c5cb449b611a1626f45b9b (diff)
downloadpkgsrc-a7fd9affdddb225742400839f1359bd607930c9e.tar.gz
gnuchess-book-small: chess opening book for GNU Chess (small)
Diffstat (limited to 'games/gnuchess-book-small')
-rw-r--r--games/gnuchess-book-small/Makefile38
-rw-r--r--games/gnuchess-book-small/files/md53
-rw-r--r--games/gnuchess-book-small/pkg/COMMENT1
-rw-r--r--games/gnuchess-book-small/pkg/DESCR1
-rw-r--r--games/gnuchess-book-small/pkg/PLIST2
5 files changed, 45 insertions, 0 deletions
diff --git a/games/gnuchess-book-small/Makefile b/games/gnuchess-book-small/Makefile
new file mode 100644
index 00000000000..f38ccaae90d
--- /dev/null
+++ b/games/gnuchess-book-small/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 01:58:18 jlam Exp $
+
+DISTNAME= small
+PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= jlam@netbsd.org
+
+CONFLICTS= ${CHESS_ENGINE}-book-*
+
+DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess
+
+CHESS_ENGINE= gnuchess
+DIST_SUBDIR= chessbooks
+NO_WRKSUBDIR= # defined
+NO_CONFIGURE= # defined
+
+PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
+PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
+
+BOOKDIR= ${PREFIX}/lib/${CHESS_ENGINE}
+PGN_FILE= ${DISTNAME}.txt
+BOOK_FILE= book.dat
+
+do-build:
+ @${ECHO} ""
+ @${ECHO} " ** Get yourself a shower and a big mug of coffee,"
+ @${ECHO} " ** this will take _very_ long!"
+ @${ECHO} ""
+ 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-small/files/md5 b/games/gnuchess-book-small/files/md5
new file mode 100644
index 00000000000..fcc727987de
--- /dev/null
+++ b/games/gnuchess-book-small/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/15 01:58:18 jlam Exp $
+
+MD5 (chessbooks/small.zip) = 4faca1c02593e142ab9d901935c41dea
diff --git a/games/gnuchess-book-small/pkg/COMMENT b/games/gnuchess-book-small/pkg/COMMENT
new file mode 100644
index 00000000000..356c7ec7bf6
--- /dev/null
+++ b/games/gnuchess-book-small/pkg/COMMENT
@@ -0,0 +1 @@
+chess opening book for GNU Chess (small)
diff --git a/games/gnuchess-book-small/pkg/DESCR b/games/gnuchess-book-small/pkg/DESCR
new file mode 100644
index 00000000000..a35373d924e
--- /dev/null
+++ b/games/gnuchess-book-small/pkg/DESCR
@@ -0,0 +1 @@
+Small book of chess openings for GNU Chess.
diff --git a/games/gnuchess-book-small/pkg/PLIST b/games/gnuchess-book-small/pkg/PLIST
new file mode 100644
index 00000000000..194f137f527
--- /dev/null
+++ b/games/gnuchess-book-small/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 01:58:18 jlam Exp $
+lib/${CHESS_ENGINE}/${BOOK_FILE}