0ba6a0a241
that USE_FORTRAN was only used to determine what name mangling scheme it had to use to compile the shim libs for fortran, but compiling everything using 'C' anyway. With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran and fftw3-fortran disapear since the shims are always built, without necessitating the use of a USE_FORTRAN. Approved by: ahze (Maintainer)
16 lines
388 B
Makefile
16 lines
388 B
Makefile
# New ports collection makefile for: fftw3-long
|
|
# Date created: 2004-09-01
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
|
|
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Fast C routines (Long Double Precision)
|
|
|
|
FFTW3_FLAVOR= long
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|