summaryrefslogtreecommitdiff
path: root/benchmarks/zelibm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/zelibm/Makefile')
-rw-r--r--benchmarks/zelibm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/benchmarks/zelibm/Makefile b/benchmarks/zelibm/Makefile
new file mode 100644
index 00000000000..c6ad07080f6
--- /dev/null
+++ b/benchmarks/zelibm/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/27 17:06:53 drochner Exp $
+#
+
+DISTNAME= zelibm
+PKGNAME= zelibm-0
+CATEGORIES= benchmarks
+MASTER_SITES= http://people.redhat.com/drepper/libm/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://people.redhat.com/drepper/libm/
+COMMENT= Visual Math Library Quality Check
+
+USE_TOOLS+= gmake
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/libmtest ${PREFIX}/bin
+
+.include "../../mk/x11.buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"