aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3-long-fortran
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2009-06-18 03:29:52 +0800
committerdb <db@FreeBSD.org>2009-06-18 03:29:52 +0800
commitd59ba6aa11e181b77d65b8a34923aa7dedf511c6 (patch)
treed1770eb784709b86466ab96bf0e429a595735cbc /math/fftw3-long-fortran
parentd4b7ed0c4a95b6c217ab4d805dc8b9e0b1d11302 (diff)
downloadfreebsd-ports-gnome-d59ba6aa11e181b77d65b8a34923aa7dedf511c6.tar.gz
freebsd-ports-gnome-d59ba6aa11e181b77d65b8a34923aa7dedf511c6.tar.zst
freebsd-ports-gnome-d59ba6aa11e181b77d65b8a34923aa7dedf511c6.zip
- 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)
Diffstat (limited to 'math/fftw3-long-fortran')
-rw-r--r--math/fftw3-long-fortran/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/fftw3-long-fortran/Makefile b/math/fftw3-long-fortran/Makefile
new file mode 100644
index 000000000000..eef9c69e32fb
--- /dev/null
+++ b/math/fftw3-long-fortran/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: fftw3-long-fortran
+# Date created: June 14, 2009
+# Whom: Diane Bruce <db@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTREVISION= 0
+
+COMMENT= Fast C routines (Long Double Precision) with fortran shim
+
+FFTW3_FLAVOR= long
+FORTRAN_SHIM= yes
+MASTERDIR= ${.CURDIR}/../../math/fftw3
+
+ONLY_FOR_ARCHS= i386 sparc64
+
+.include "${MASTERDIR}/Makefile"