1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/games/sjeng/Makefile
Alexey Dokuchaev 936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00

25 lines
462 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= sjeng
PORTVERSION= 11.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://sjeng.org/ftp/
DISTNAME= Sjeng-Free-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Chess engine supporting chess variations
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgdbm.so:databases/gdbm
USES= localbase
GNU_CONFIGURE= yes
PLIST_FILES= bin/sjeng
.include <bsd.port.mk>