summaryrefslogtreecommitdiff
path: root/games/gnuchess-book-medium
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-15 01:57:43 +0000
committerjlam <jlam@pkgsrc.org>2000-10-15 01:57:43 +0000
commitbc4dd0735a55714836456737fc6b55724fe2af0d (patch)
tree03aa7a638ae7163866e0f5ea48306a93701e6345 /games/gnuchess-book-medium
parent152e6eb264577477898b42bec7410d6f25c79db9 (diff)
downloadpkgsrc-bc4dd0735a55714836456737fc6b55724fe2af0d.tar.gz
gnuchess-book-medium: chess opening book for GNU Chess (medium)
Diffstat (limited to 'games/gnuchess-book-medium')
-rw-r--r--games/gnuchess-book-medium/Makefile38
-rw-r--r--games/gnuchess-book-medium/files/md53
-rw-r--r--games/gnuchess-book-medium/pkg/COMMENT1
-rw-r--r--games/gnuchess-book-medium/pkg/DESCR1
-rw-r--r--games/gnuchess-book-medium/pkg/PLIST2
5 files changed, 45 insertions, 0 deletions
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile
new file mode 100644
index 00000000000..9cb03d86c72
--- /dev/null
+++ b/games/gnuchess-book-medium/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 01:57:43 jlam Exp $
+
+DISTNAME= medium
+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= book.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-medium/files/md5 b/games/gnuchess-book-medium/files/md5
new file mode 100644
index 00000000000..bebf45f0bb3
--- /dev/null
+++ b/games/gnuchess-book-medium/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/15 01:57:43 jlam Exp $
+
+MD5 (chessbooks/medium.zip) = 6b4a61d15029811d7cdc34d6adae7a17
diff --git a/games/gnuchess-book-medium/pkg/COMMENT b/games/gnuchess-book-medium/pkg/COMMENT
new file mode 100644
index 00000000000..9c7ea496e79
--- /dev/null
+++ b/games/gnuchess-book-medium/pkg/COMMENT
@@ -0,0 +1 @@
+chess opening book for GNU Chess (medium)
diff --git a/games/gnuchess-book-medium/pkg/DESCR b/games/gnuchess-book-medium/pkg/DESCR
new file mode 100644
index 00000000000..0f345a2ed52
--- /dev/null
+++ b/games/gnuchess-book-medium/pkg/DESCR
@@ -0,0 +1 @@
+Medium book of chess openings for GNU Chess.
diff --git a/games/gnuchess-book-medium/pkg/PLIST b/games/gnuchess-book-medium/pkg/PLIST
new file mode 100644
index 00000000000..5412d11fdf4
--- /dev/null
+++ b/games/gnuchess-book-medium/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 01:57:43 jlam Exp $
+lib/${CHESS_ENGINE}/${BOOK_FILE}