a1183f3809
Use ports test framework Remove obsolete CVS tags Changes: http://www.fftw.org/release-notes.html
9 lines
227 B
Makefile
9 lines
227 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Single Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|