summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-28 05:20:38 +0000
committerjlam <jlam@pkgsrc.org>2001-11-28 05:20:38 +0000
commit96904a00496818424126bfa589ad12b557ae6540 (patch)
tree20efaf19b226759946c0fc08696a36130f712b06 /benchmarks/hbench
parent65b5c46cabdb8cefdce0c7f60d49f2fa6eed9de0 (diff)
downloadpkgsrc-96904a00496818424126bfa589ad12b557ae6540.tar.gz
Buildlinkify.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r--benchmarks/hbench/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 759fb792466..23f84ee05cd 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/10/26 12:54:24 agc Exp $
+# $NetBSD: Makefile,v 1.17 2001/11/28 05:20:38 jlam Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0nb1
@@ -11,9 +11,9 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-OSVERSION_SPECIFIC= yes
+USE_BUILDLINK_ONLY= YES
+OSVERSION_SPECIFIC= YES
ALL_TARGET= build
-USE_PERL5= yes
WRKSRC= ${WRKDIR}/hbench-OS
PLIST_SRC= ${WRKDIR}/PLIST-src
@@ -61,4 +61,5 @@ results:
-@cd ${WRKSRC} ; \
tar -cf /tmp/benches/`domainname`/hbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results conf
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"