freebsd-ports/math/fftw-float/Makefile
Tijl Coosemans a1553c8110 - Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
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
2014-03-05 17:27:27 +00:00

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"