summaryrefslogtreecommitdiff
path: root/benchmarks/google-benchmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/google-benchmark/Makefile')
-rw-r--r--benchmarks/google-benchmark/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/benchmarks/google-benchmark/Makefile b/benchmarks/google-benchmark/Makefile
new file mode 100644
index 00000000000..02e638cd386
--- /dev/null
+++ b/benchmarks/google-benchmark/Makefile
@@ -0,0 +1,21 @@
+# $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"