mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2212333b81
remove some outdated material PR: 186998 [1] Submitted by: truckman [1]
10 lines
211 B
Makefile
10 lines
211 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|