freebsd-ports/net-p2p/ethash/Makefile
Po-Chuan Hsieh b4d51fb2ec
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/googletest/releases
2023-08-17 02:25:09 +08:00

25 lines
489 B
Makefile

PORTNAME= ethash
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net-p2p
MAINTAINER= bofh@FreeBSD.org
COMMENT= C/C++ implementation of Ethash and ProgPoW
WWW= https://github.com/chfast/ethash
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libbenchmark.so:devel/benchmark \
libgtest.so:devel/googletest
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= chfast
CMAKE_OFF= HUNTER_ENABLED
CFLAGS+= -Wno-error=deprecated-declarations
.include <bsd.port.mk>