aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-quad
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:16:32 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:16:32 +0000
commit76b053ac69c4e323bbfa5d6e770f75e8fbb03d63 (patch)
tree51df6f8b63af3e58a26bfeb83f49e6dd42d37d38 /math/fftw3-quad
parentac39d25cb13d645037681dbc65360f16ba857b56 (diff)
downloadports-76b053ac69c4e323bbfa5d6e770f75e8fbb03d63.tar.gz
ports-76b053ac69c4e323bbfa5d6e770f75e8fbb03d63.zip
Notes
Diffstat (limited to 'math/fftw3-quad')
-rw-r--r--math/fftw3-quad/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/fftw3-quad/Makefile b/math/fftw3-quad/Makefile
new file mode 100644
index 000000000000..424f629a12b0
--- /dev/null
+++ b/math/fftw3-quad/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: fftw3-quad
+# Date created: 2011-10-11
+# Whom: b.f. <bf@FreeBSD.org>
+#
+# $FreeBSD$
+
+COMMENT= Fast Discrete Fourier Transform (Quad Precision C Routines)
+
+FFTW3_FLAVOR= quad
+MASTERDIR= ${.CURDIR}/../../math/fftw3
+
+.include "${MASTERDIR}/Makefile"