diff options
Diffstat (limited to 'benchmarks/benchfft/Makefile')
-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 |