a1553c8110
FreeBSD/ia64. - Remove patch-configure.in (not needed) and remove USE_AUTOTOOLS. - Add OPTIONS_EXCLUDE=DOCS to math/fftw-float slave port. - Simplify Makefile a little. PR: ports/187274
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|