Index: head/games/sjeng/Makefile =================================================================== --- head/games/sjeng/Makefile (revision 466784) +++ head/games/sjeng/Makefile (revision 466785) @@ -1,22 +1,24 @@ # Created by: Alejandro Pulver # $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 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgdbm PLIST_FILES= bin/sjeng .include Index: head/games/sjeng/pkg-descr =================================================================== --- head/games/sjeng/pkg-descr (revision 466784) +++ head/games/sjeng/pkg-descr (revision 466785) @@ -1,6 +1,6 @@ Sjeng was an attempt to create a bughouse & crazyhouse playing program that can attain a level comparable to what the best human players are capable of. Newer versions of Sjeng also play standard, suicide, giveaway and losers chess. -WWW: http://sjeng.org/indexold.html +WWW: https://sjeng.org/indexold.html