diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-02-08 08:48:37 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-02-08 08:48:37 +0000 |
commit | 925edb8c0428229eee219c1e1c898636bed6255f (patch) | |
tree | 7e4baea15de4c4b469dea6b5ac0bbccd5bf01d2a /games/gnuchess/Makefile | |
parent | d27d2d5294f28cc4819537ec2125b8dd01fa5436 (diff) | |
download | pkgsrc-925edb8c0428229eee219c1e1c898636bed6255f.tar.gz |
Initial import of gnuchess-4.0.79, the "classic" GNU chess.
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r-- | games/gnuchess/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile new file mode 100644 index 00000000000..a0ea65b8a49 --- /dev/null +++ b/games/gnuchess/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp +# + +DISTNAME= gnuchess-4.0.pl79 +PKGNAME= gnuchess-4.0.79 +WRKSRC= ${WRKDIR}/${DISTNAME}/src +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gnuchess + +MAINTAINER= packages@netbsd.org + +GNU_CONFIGURE= yes + +post-install: + ${MKDIR} ${PREFIX}/share/doc/gnuchess +.for file in ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN README.font README.output + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${file} ${PREFIX}/share/doc/gnuchess +.endfor + +.include "../../mk/bsd.pkg.mk" |