3331ac7231
It is a library to support the benchmarking of functions, similar to unit-tests.
21 lines
532 B
Makefile
21 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/11/21 18:20:30 minskim Exp $
|
|
|
|
DISTNAME= benchmark-1.1.0
|
|
PKGNAME= google-${DISTNAME}
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
GITHUB_PROJECT= benchmark
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/google/benchmark/
|
|
COMMENT= Microbenchmark support library
|
|
LICENSE= apache-2.0
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|