diff options
Diffstat (limited to 'games/gnuchess-book-medium')
-rw-r--r-- | games/gnuchess-book-medium/Makefile | 38 | ||||
-rw-r--r-- | games/gnuchess-book-medium/files/md5 | 3 | ||||
-rw-r--r-- | games/gnuchess-book-medium/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/gnuchess-book-medium/pkg/DESCR | 1 | ||||
-rw-r--r-- | games/gnuchess-book-medium/pkg/PLIST | 2 |
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} |