diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 11:33:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 11:33:48 +0000 |
commit | 2bde72144ddf156295aafa0f8e7e1f338cc611a9 (patch) | |
tree | 90a7b47bc79e2190522696e417e0db9a0b29dc84 /math | |
parent | ad3b8ae2e2d60cfdb0437925728361cb0573d150 (diff) | |
download | ports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.tar.gz ports-2bde72144ddf156295aafa0f8e7e1f338cc611a9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/fftw-float/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 51e5c47a2837..87ca4eb7eedf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -44,6 +44,7 @@ SUBDIR += fbm SUBDIR += femlab SUBDIR += fftw + SUBDIR += fftw-float SUBDIR += fftw3 SUBDIR += fftw3-float SUBDIR += fftw3-long diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile new file mode 100644 index 000000000000..054c8ce1544d --- /dev/null +++ b/math/fftw-float/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: fftw-float +# Date created: 2004-09-02 +# Whom: Michael Johnson <ahze@ahze.net> +# +# $FreeBSD$ +# + +PORTREVISION= 0 + +COMMENT= Fast C routines (Single Percision) + +FFTW_FLAVOR= float +MASTERDIR= ${.CURDIR}/../../math//fftw + +.include "${MASTERDIR}/Makefile" |