summaryrefslogtreecommitdiff
path: root/games/gnugo/Makefile
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2000-11-21 04:51:36 +0000
committertoshii <toshii@pkgsrc.org>2000-11-21 04:51:36 +0000
commitdba2e544a7858938cc37cdd6e48dd41b92330ee4 (patch)
tree63d9ad5323256ca15f88314a0cd0cfe1117678be /games/gnugo/Makefile
parent217ac8932e4793776ea9253b4933d38908e739e3 (diff)
downloadpkgsrc-dba2e544a7858938cc37cdd6e48dd41b92330ee4.tar.gz
Update to gnugo-2.6. From gnugo-2.6/NEWS:
New in 2.6 (since 2.4) - stronger than 2.4 - more portable code - Texinfo documentation - Emacs mode
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r--games/gnugo/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index a8321a4c9e6..3da26ec67de 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.3 1999/11/10 21:06:02 hwr Exp $
+# $NetBSD: Makefile,v 1.4 2000/11/21 04:52:36 toshii Exp $
-DISTNAME= gnugo-2.4
+DISTNAME= gnugo-2.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/}
MAINTAINER= bad@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gnugo/
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GTEXINFO= yes
.include "../../mk/bsd.pkg.mk"