1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/sjeng/Makefile
Dmitry Marakasov 6af505e241 - Add LICENSE
- Switch to USES=localbase
- Update WWW
2018-04-08 09:33:33 +00:00

25 lines
462 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= sjeng
PORTVERSION= 11.2
PORTREVISION= 1
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>