aboutsummaryrefslogtreecommitdiff
path: root/math/fftw-float
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/fftw-float
parentad3b8ae2e2d60cfdb0437925728361cb0573d150 (diff)
downloadports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.tar.gz
ports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.zip
Notes
Diffstat (limited to 'math/fftw-float')
-rw-r--r--math/fftw-float/Makefile15
1 files changed, 15 insertions, 0 deletions
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"