mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
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"
|