mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
9 lines
219 B
Makefile
9 lines
219 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= long
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|