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