diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-08 09:33:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-08 09:33:33 +0000 |
commit | 6af505e24100bf414cb9019a3726a1f61f00e0b1 (patch) | |
tree | 2b39b2147eb9cac5f5ca2c55f1b1fd2836a5987e /games/sjeng | |
parent | 8401dc1c128c83ba6918485f922a238cb5b0bbaf (diff) | |
download | ports-6af505e24100bf414cb9019a3726a1f61f00e0b1.tar.gz ports-6af505e24100bf414cb9019a3726a1f61f00e0b1.zip |
Notes
Diffstat (limited to 'games/sjeng')
-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 |