diff options
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r-- | games/gnugo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 3da26ec67de..557be2e2618 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/11/21 04:52:36 toshii Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:51 wiz Exp $ DISTNAME= gnugo-2.6 CATEGORIES= games @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/} MAINTAINER= bad@netbsd.org HOMEPAGE= http://www.gnu.org/software/gnugo/ +COMMENT= Go playing program GNU_CONFIGURE= yes USE_GMAKE= yes |