mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2212333b81
remove some outdated material PR: 186998 [1] Submitted by: truckman [1]
11 lines
324 B
Makefile
11 lines
324 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= long
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|