diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-23 08:35:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-23 08:35:36 +0800 |
commit | aaddd80581741dfe94c88e82ae6e3ffe1b465792 (patch) | |
tree | d5cfe73a3199d2b23882a09ffe47adfb43b84c4c /games/sjeng | |
parent | e2fe8748aee742580683954a3a06f61c2d1cff69 (diff) | |
download | freebsd-ports-gnome-aaddd80581741dfe94c88e82ae6e3ffe1b465792.tar.gz freebsd-ports-gnome-aaddd80581741dfe94c88e82ae6e3ffe1b465792.tar.zst freebsd-ports-gnome-aaddd80581741dfe94c88e82ae6e3ffe1b465792.zip |
Add sjeng 11.2, a chess engine supporting chess variations.
PR: 93539
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'games/sjeng')
-rw-r--r-- | games/sjeng/Makefile | 25 | ||||
-rw-r--r-- | games/sjeng/distinfo | 3 | ||||
-rw-r--r-- | games/sjeng/pkg-descr | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/games/sjeng/Makefile b/games/sjeng/Makefile new file mode 100644 index 000000000000..f9e61467528b --- /dev/null +++ b/games/sjeng/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: sjeng +# Date created: 18 Feb 2006 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= sjeng +PORTVERSION= 11.2 +CATEGORIES= games +MASTER_SITES= http://sjeng.org/ftp/ +DISTNAME= Sjeng-Free-${PORTVERSION} + +MAINTAINER= alejandro@varnet.biz +COMMENT= Chess engine supporting chess variations + +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgdbm" + +PLIST_FILES= bin/sjeng + +.include <bsd.port.mk> diff --git a/games/sjeng/distinfo b/games/sjeng/distinfo new file mode 100644 index 000000000000..9a6cb14659a2 --- /dev/null +++ b/games/sjeng/distinfo @@ -0,0 +1,3 @@ +MD5 (Sjeng-Free-11.2.tar.gz) = 6561e740b7af703c16701304697d2870 +SHA256 (Sjeng-Free-11.2.tar.gz) = aaf584d12e79f8e366710d40cc02a27a7927dd924234421107b2fb8e84cfd727 +SIZE (Sjeng-Free-11.2.tar.gz) = 174019 diff --git a/games/sjeng/pkg-descr b/games/sjeng/pkg-descr new file mode 100644 index 000000000000..5bfc02612b90 --- /dev/null +++ b/games/sjeng/pkg-descr @@ -0,0 +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 |