pkgsrc/games/exchess/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

31 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:26 agc Exp $
DISTNAME= EXCH314S
PKGNAME= exchess-3.14
CATEGORIES= games
MASTER_SITES= http://pc.astro.brandeis.edu/BRAG/people/dch/
EXTRACT_SUFX= .zip
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html
COMMENT= experimental chess engine
WRKSRC= ${WRKDIR}
NO_CONFIGURE= # defined
LIBDIR= ${PREFIX}/lib/exchess
DOCDIR= ${PREFIX}/share/doc/exchess
post-extract:
cd ${WRKSRC} && ${MV} search.par search.par.in
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-build:
${SED} -e "s,@PREFIX@,${PREFIX},g" \
< ${WRKSRC}/search.par.in > ${WRKSRC}/search.par
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCDIR}
.include "../../mk/bsd.pkg.mk"