mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
8 lines
215 B
Makefile
8 lines
215 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Single Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|