aboutsummaryrefslogtreecommitdiff
path: root/games/sjeng/Makefile
blob: 1a19d0ce9e44be11611db6b1dcb13cde416daa97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$

PORTNAME=	sjeng
PORTVERSION=	11.2
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://sjeng.org/ftp/
DISTNAME=	Sjeng-Free-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Chess engine supporting chess variations

LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -lgdbm

PLIST_FILES=	bin/sjeng

.include <bsd.port.mk>