summaryrefslogtreecommitdiff
path: root/math/fftw3-float-fortran/Makefile
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2009-06-17 19:29:52 +0000
committerDiane Bruce <db@FreeBSD.org>2009-06-17 19:29:52 +0000
commit8b92a2cd89cb16d454c1cffa85a1c2d46f72c86a (patch)
treeb3e59c6f380fa0753867efcf12c76b47bcd56f4f /math/fftw3-float-fortran/Makefile
parentUpdate to 2.9.6 (diff)
- Ensure Fortran shim is not built if USE_FORTRAN is not set.
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran - Have to bump PORTREVISION for package builds etc.. - Fix silly spelling mistakes "Percision" -> "Precision" noted. Reviewed by: itetcu (portmgr) Approved by: ahze (Maintainer)
Notes
Notes: svn path=/head/; revision=236157
Diffstat (limited to 'math/fftw3-float-fortran/Makefile')
-rw-r--r--math/fftw3-float-fortran/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/fftw3-float-fortran/Makefile b/math/fftw3-float-fortran/Makefile
new file mode 100644
index 000000000000..efbe20080382
--- /dev/null
+++ b/math/fftw3-float-fortran/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: fftw3-float-fortran
+# Date created: June 14, 2009
+# Whom: Diane Bruce <db@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTREVISION= 0
+
+COMMENT= Fast C routines (Single Precision) with fortran shim
+
+FFTW3_FLAVOR= float
+FORTRAN_SHIM= yes
+MASTERDIR= ${.CURDIR}/../../math/fftw3
+
+.include "${MASTERDIR}/Makefile"