freebsd-ports/games/sjeng/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
466 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:databases/gdbm
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgdbm
PLIST_FILES= bin/sjeng
.include <bsd.port.mk>