mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
befa71e0f3
Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
31 lines
598 B
Makefile
31 lines
598 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pachi
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 12.40
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
PKGNAMESUFFIX= -game-engine
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Fairly strong Go/Baduk/Weiqi playing program
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
libcaffe.so:graphics/caffe \
|
|
libglog.so:devel/glog
|
|
|
|
USES= gmake localbase shebangfix
|
|
SHEBANG_FILES= genbuild spudfrog
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pasky
|
|
|
|
BINARY_ALIAS= make=${GMAKE}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|