mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
PORTNAME= sjeng
|
|
PORTVERSION= 11.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://sjeng.org/ftp/
|
|
DISTNAME= Sjeng-Free-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chess engine supporting chess variations
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
USES= localbase dos2unix
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sjeng
|
|
|
|
.include <bsd.port.mk>
|