diff options
Diffstat (limited to 'math/fftw3-float-fortran/Makefile')
-rw-r--r-- | math/fftw3-float-fortran/Makefile | 15 |
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" |