summaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-24 15:48:49 +0000
committeradam <adam@pkgsrc.org>2019-05-24 15:48:49 +0000
commit0a919181a1c28014d829bc1fbfd745356a96ed73 (patch)
treee4333ff56388da624e5777ed93418ccc1b8531ec /math/fftw
parent97a8067f13b03a8898937bd74f73b7d3e7d3886a (diff)
downloadpkgsrc-0a919181a1c28014d829bc1fbfd745356a96ed73.tar.gz
fftwf: updated to 3.3.8
Sync with fftw Add Makefile.common
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile36
1 files changed, 4 insertions, 32 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 47ce3983fab..9652bd0d6a0 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,42 +1,14 @@
-# $NetBSD: Makefile,v 1.58 2018/08/22 09:45:35 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2019/05/24 15:48:49 adam Exp $
+
+.include "Makefile.common"
-DISTNAME= fftw-3.3.8
PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
-MASTER_SITES+= http://www.fftw.org/
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.fftw.org/
COMMENT= Collection of fast C routines to compute DFTs
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-shared
-
-.include "options.mk"
PKGCONFIG_OVERRIDE+= fftw.pc.in
INFO_FILES= yes
-TEST_TARGET= check
-
-.include "../../mk/bsd.prefs.mk"
-
-.if defined(PKGSRC_RUN_TEST) && !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
-USE_TOOLS+= perl
-.endif
-
-PLIST_VARS+= pthreads
-
-PTHREAD_OPTS= native
-.include "../../mk/pthread.buildlink3.mk"
-.if !empty(PTHREAD_TYPE:Mnative)
-CONFIGURE_ARGS+= --enable-threads
-PLIST.pthreads= yes
-.endif
+.include "options.mk"
.include "../../mk/bsd.pkg.mk"