summaryrefslogtreecommitdiff
path: root/math/fftw3-float
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw3-float')
-rw-r--r--math/fftw3-float/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile
new file mode 100644
index 000000000000..86abebdebaba
--- /dev/null
+++ b/math/fftw3-float/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: fftw3-float
+# Date created: 2004-09-01
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+
+MAINTAINER= ahze@ahze.net
+COMMENT= Fast C routines (Single Percision)
+
+FFTW3_FLAVOR= float
+MASTERDIR= ${.CURDIR}/../../math/fftw3
+
+.include "${MASTERDIR}/Makefile"