diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
commit | ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/flops | |
parent | 485f69c405fc8271520cf840638b177a337b49f9 (diff) | |
download | pkgsrc-ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/flops')
-rw-r--r-- | benchmarks/flops/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index a706ff22b02..0baeae5af7d 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/30 15:50:37 minskim Exp $ DISTNAME= flops PKGNAME= flops-2.0 @@ -10,8 +10,12 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://performance.netlib.org/performance/html/flops.html COMMENT= Floating point benchmark to give your MFLOPS rating +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/flops.c ${WRKSRC}/flops.c |