mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
11 lines
225 B
Makefile
11 lines
225 B
Makefile
# Created by: b.f. <bf@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Quad Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= quad
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|