pkgsrc/games/gnuchess4/Makefile
2007-03-24 19:21:18 +00:00

28 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:23 joerg Exp $
DISTNAME= gnuchess-4.0.pl80
PKGNAME= gnuchess4-4.0.80
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/chess/chess.html
COMMENT= The "classic" GNU chess
CONFLICTS= gnuchess-4.*
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
BUILD_DIRS= ${CONFIGURE_DIRS}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/doc/gnuchess4
post-install:
cd ${WRKSRC}/doc; ${INSTALL_DATA} \
ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN \
README.font README.output \
${PREFIX}/share/doc/gnuchess4
.include "../../mk/bsd.pkg.mk"