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/benchfft | |
parent | 485f69c405fc8271520cf840638b177a337b49f9 (diff) | |
download | pkgsrc-ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r-- | benchmarks/benchfft/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 4361b1f4f5c..8152f81c620 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/04/11 03:04:33 snj Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/30 15:50:37 minskim Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -10,6 +10,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/benchfft/ COMMENT= Benchmark your machine with a number of FFT algorithms +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_GNU_TOOLS+= make @@ -20,6 +22,8 @@ LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess CONFIG_SUB_OVERRIDE= config.sub ../fftw-*/config.sub +INSTALLATION_DIRS= bin + pre-configure: CONFIGURE_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-configure BUILD_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-build |