summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw/Makefile')
-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"