freebsd-ports/games/sjeng/Makefile
Danilo Egea Gondolfo 4dbaaa73df - Convert LIB_DEPENDS to new syntax
- Add stage support
2013-11-11 00:47:41 +00:00

22 lines
478 B
Makefile

# 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>