pkgsrc/games/colchess-book-colchess/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

33 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:04 jlam Exp $
DISTNAME= colchess
PKGNAME= ${CHESS_ENGINE}-book-${DIST_SUBDIR}
WRKSRC= ${WRKDIR}/ColChess
CATEGORIES= games
MASTER_SITES= http://www.ast.cam.ac.uk/~cmf/chess/
EXTRACT_SUFX= .tgz
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.ast.cam.ac.uk/~cmf/chess/
COMMENT= chess opening book for ColChess (default)
DEPENDS+= colchess>=7.0:../../games/colchess
CONFLICTS+= colchess-book-[0-9]*
CHESS_ENGINE= colchess
DIST_SUBDIR= colchess-7.0
NO_CONFIGURE= # defined
NO_BUILD= # defined
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
BOOKDIR= ${PREFIX}/share/${CHESS_ENGINE}
BOOK_FILE= book.dat
do-install:
${INSTALL_DATA_DIR} ${BOOKDIR}
${INSTALL_DATA} ${WRKSRC}/${BOOK_FILE} ${BOOKDIR}
.include "../../mk/bsd.pkg.mk"