2006-02-23 00:35:36 +00:00
|
|
|
# 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}
|
|
|
|
|
2006-04-09 13:08:16 +00:00
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
2006-02-23 00:35:36 +00:00
|
|
|
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>
|