aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-10 11:33:48 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-10 11:33:48 +0000
commit2bde72144ddf156295aafa0f8e7e1f338cc611a9 (patch)
tree90a7b47bc79e2190522696e417e0db9a0b29dc84 /math
parentad3b8ae2e2d60cfdb0437925728361cb0573d150 (diff)
downloadports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.tar.gz
ports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/fftw-float/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 51e5c47a2837..87ca4eb7eedf 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -44,6 +44,7 @@
SUBDIR += fbm
SUBDIR += femlab
SUBDIR += fftw
+ SUBDIR += fftw-float
SUBDIR += fftw3
SUBDIR += fftw3-float
SUBDIR += fftw3-long
diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile
new file mode 100644
index 000000000000..054c8ce1544d
--- /dev/null
+++ b/math/fftw-float/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: fftw-float
+# Date created: 2004-09-02
+# Whom: Michael Johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+
+COMMENT= Fast C routines (Single Percision)
+
+FFTW_FLAVOR= float
+MASTERDIR= ${.CURDIR}/../../math//fftw
+
+.include "${MASTERDIR}/Makefile"