freebsd-ports/math/fftw3-long/Makefile
Michael Johnson 3265911541 - Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
2005-10-29 01:18:07 +00:00

17 lines
319 B
Makefile

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