summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-06 06:24:53 +0000
committersbd <sbd@pkgsrc.org>2012-02-06 06:24:53 +0000
commit15be39e80eef06419a66e61f7e9050019f35a7db (patch)
treebb60aebff005600da49ffb4ef74ebe1586bd647c /benchmarks
parent95402f156950dc9a94e4399945cb0e396f3cff93 (diff)
downloadpkgsrc-15be39e80eef06419a66e61f7e9050019f35a7db.tar.gz
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index d07f4d6fb14..7a1548c32a3 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:22 asau Exp $
+# $NetBSD: Makefile,v 1.36 2012/02/06 06:24:53 sbd Exp $
DISTNAME= benchfft-2.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= benchmarks math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.fftw.org/pub/fftw/old/benchfft/
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake csh:run
USE_LANGUAGES= c fortran77
USE_LIBTOOL= yes
@@ -24,6 +24,8 @@ CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess
CONFIG_SUB_OVERRIDE= config.sub ../fftw-*/config.sub
CONFIG_STATUS_OVERRIDE= config.status ../fftw-*/config.status
+REPLACE_CSH= submit-script
+
INSTALLATION_DIRS= bin
CONFIGURE_DIRS= ${WRKDIR}/fftw-2.0.1 ${WRKSRC}