diff options
Diffstat (limited to 'games/exchess-book-small/Makefile')
-rw-r--r-- | games/exchess-book-small/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index c8b517041b4..ca7e09d6b4a 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/25 08:41:25 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:47 wiz Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org +COMMENT= chess opening book for EXchess (small) DEPENDS+= exchess-[0-9]*:../../games/exchess |