pkgsrc/games/gnugo/Makefile
adam 472b66b825 Changes 3.6:
- stronger than 3.4
- many small improvements
- GNU Go can now resign games
- emacs mode can display the board graphically using xpms
- basic knowledge of how to break out of mirror go
2004-11-22 15:38:47 +00:00

19 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.16 2004/11/22 15:38:47 adam Exp $
DISTNAME= gnugo-3.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gnugo/
COMMENT= Go playing program
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
INFO_FILES= gnugo.info
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"