mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
9 lines
204 B
Makefile
9 lines
204 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|