diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-07 21:56:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-07 21:56:43 +0000 |
commit | d63a13eb340db1843350574fc45f776c26d7e498 (patch) | |
tree | ea1057f3fdbe44e08510ecd0fb494e79de5f3061 /math/fftw3-float | |
parent | 297cc88b48023d4c367d0bf9266b94917d54a56f (diff) |
Notes
Diffstat (limited to 'math/fftw3-float')
-rw-r--r-- | math/fftw3-float/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile new file mode 100644 index 000000000000..86abebdebaba --- /dev/null +++ b/math/fftw3-float/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: fftw3-float +# Date created: 2004-09-01 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 + +MAINTAINER= ahze@ahze.net +COMMENT= Fast C routines (Single Percision) + +FFTW3_FLAVOR= float +MASTERDIR= ${.CURDIR}/../../math/fftw3 + +.include "${MASTERDIR}/Makefile" |