svn commit: r466785 - head/games/sjeng

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 8 09:33:34 UTC 2018


Author: amdmi3
Date: Sun Apr  8 09:33:33 2018
New Revision: 466785
URL: https://svnweb.freebsd.org/changeset/ports/466785

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Update WWW

Modified:
  head/games/sjeng/Makefile
  head/games/sjeng/pkg-descr

Modified: head/games/sjeng/Makefile
==============================================================================
--- head/games/sjeng/Makefile	Sun Apr  8 09:03:33 2018	(r466784)
+++ head/games/sjeng/Makefile	Sun Apr  8 09:33:33 2018	(r466785)
@@ -11,11 +11,13 @@ DISTNAME=	Sjeng-Free-${PORTVERSION}
 MAINTAINER=	ports at 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
 

Modified: head/games/sjeng/pkg-descr
==============================================================================
--- head/games/sjeng/pkg-descr	Sun Apr  8 09:03:33 2018	(r466784)
+++ head/games/sjeng/pkg-descr	Sun Apr  8 09:33:33 2018	(r466785)
@@ -3,4 +3,4 @@ can attain a level comparable to what the best human p
 Newer versions of Sjeng also play standard, suicide, giveaway and losers
 chess.
 
-WWW: http://sjeng.org/indexold.html
+WWW: https://sjeng.org/indexold.html


More information about the svn-ports-head mailing list