1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/fftw3-float/Makefile
Michael Johnson 39ba9398d9 - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
  different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes

Reported by:	marcus [1]
2004-12-20 04:55:50 +00:00

17 lines
320 B
Makefile

# New ports collection makefile for: fftw3-float
# Date created: 2004-09-01
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
MAINTAINER= ahze@ahze.net
COMMENT= Fast C routines (Single Percision)
FFTW3_FLAVOR= float
MASTERDIR= ${.CURDIR}/../../math/fftw3
.include "${MASTERDIR}/Makefile"