aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-long
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-07 21:56:43 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-07 21:56:43 +0000
commitd63a13eb340db1843350574fc45f776c26d7e498 (patch)
treeea1057f3fdbe44e08510ecd0fb494e79de5f3061 /math/fftw3-long
parent297cc88b48023d4c367d0bf9266b94917d54a56f (diff)
downloadports-d63a13eb340db1843350574fc45f776c26d7e498.tar.gz
ports-d63a13eb340db1843350574fc45f776c26d7e498.zip
Add slave port fftw3-float
Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor)
Notes
Notes: svn path=/head/; revision=121063
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"