mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ad7289ae0d
- Update MASTER_SITES: use upstream release tarball - Use USES=pathfix to fix .pc installation - 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= 4
|
|
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>
|