summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-30 15:50:37 +0000
committerminskim <minskim>2004-07-30 15:50:37 +0000
commit34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/whetstone
parenta87197ad00be94552108015b7a3947216b58c838 (diff)
downloadpkgsrc-34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/whetstone')
-rw-r--r--benchmarks/whetstone/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 7676d814d3d..4ecde8903bd 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/30 15:50:38 minskim Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -9,9 +9,13 @@ EXTRACT_SUFX= .c
MAINTAINER= root@garbled.net
COMMENT= Benchmark for processors that gives you a MIPS rating
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o whetstone whetstone.c -lm)