13 lines
226 B
Makefile
13 lines
226 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|