pkgsrc/games/gnuchess/Makefile
fcambus 8714cc5f19 gnuchess: update to 6.2.9.
Version 6.2.9 (July 2021)

- Fixed potential buffer overflow in pgnload and pgnreplay (CVE-2021-30184)

Version 6.2.8 (May 2021)

- Bug fixes in the input/output processing.
2021-07-14 16:51:58 +00:00

20 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.47 2021/07/14 16:51:58 fcambus Exp $
DISTNAME= gnuchess-6.2.9
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=chess/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/chess/chess.html
COMMENT= GNU chess engine
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
USE_TOOLS+= flex gmake
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"