13 lines
285 B
Makefile
13 lines
285 B
Makefile
|
# New ports collection makefile for: fftw3-quad
|
||
|
# Date created: 2011-10-11
|
||
|
# Whom: 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"
|