mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
39ba9398d9
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]
17 lines
320 B
Makefile
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"
|