mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
b4d51fb2ec
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/googletest/releases
26 lines
489 B
Makefile
26 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>
|