diff options
-rw-r--r-- | games/sjeng/Makefile | 6 | ||||
-rw-r--r-- | games/sjeng/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/sjeng/Makefile b/games/sjeng/Makefile index efe3d7fd989c..a94f10619bb8 100644 --- a/games/sjeng/Makefile +++ b/games/sjeng/Makefile @@ -11,11 +11,13 @@ 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 diff --git a/games/sjeng/pkg-descr b/games/sjeng/pkg-descr index 5bfc02612b90..6a1ee4b290bd 100644 --- a/games/sjeng/pkg-descr +++ b/games/sjeng/pkg-descr @@ -3,4 +3,4 @@ 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 |