pkgsrc/games/xboard/Makefile
jlam c3b542c8fb Update xboard to 4.2.3. Pkgsrc changes include removing the build
dependency on autoconf.  Changes from 4.2.2 include:

* Bugfix: The error message "Variant X not supported by gnuchessx"
formerly could pop up even in -ncp mode.

* Fixed an xboard bug in premove highlighting.

* Modified premove again.  Now we are back to displaying the move
locally immediately after sending it to the server, as in versions
prior to 4.2.1.  This is good because it lets you register your next
premove sooner.  As a better fix to the problem that the change in
4.2.1 had been trying to address, we now suppress animating the
opponent's move if you have a premove reply pending.

* Removed an erroneous patch that left zombie chess engines around
when both sigterm and reuse were turned off.  (Bug was in xboard only,
not winboard.)

* Bugfix: loading a game with autostepping did not work for games with
PGN result "*" (unfinished).  This bug was introduced in 4.1.0, caused
by some outdated code that was supposed to leave you in EditGame mode
after loading an unfinished game.
2001-03-09 20:27:10 +00:00

31 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/03/09 20:27:10 jlam Exp $
DISTNAME= xboard-4.2.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} \
http://www.research.compaq.com/SRC/personal/mann/xboard/
MAINTAINER= simonb@NetBSD.ORG
HOMEPAGE= http://www.research.compaq.com/SRC/personal/mann/xboard.html
COMMENT= graphical frontend for GNU Chess, Crafty, ICS or e-mail chess
USE_PERL5= # defined
USE_X11= # defined
USE_XAW= # defined
USE_XPM= # defined
INFO_FILES= xboard.info
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${X11PREFIX}/include
.include "../../mk/bsd.prefs.mk"
.if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm")
CONFIGURE_ARGS+= --with-Xaw3d
.endif
.include "../../mk/bsd.pkg.mk"