pkgsrc/games/crafty-book-small/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

41 lines
997 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:40 jlam Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Chess opening book for Crafty (small)
DEPENDS+= crafty>=17.0:../../games/crafty
CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE:Q}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE:Q}
BOOKDIR= ${PREFIX}/lib/${CHESS_ENGINE}
PGN_FILE= ${DISTNAME}.txt
BOOK_FILE= book.bin
CRAFTYRC= ${WRKSRC}/.craftyrc
do-build:
${RM} -f ${CRAFTYRC}
${ECHO} "book create ${PGN_FILE} 60 3" > ${CRAFTYRC}
${ECHO} "quit" >> ${CRAFTYRC}
cd ${WRKSRC} && crafty bookpath=.
do-install:
${INSTALL_DATA_DIR} ${BOOKDIR}
${INSTALL_DATA} ${WRKSRC}/${BOOK_FILE} ${BOOKDIR}
.include "../../mk/bsd.pkg.mk"