summaryrefslogtreecommitdiff
path: root/math/fftw3-long/Makefile
blob: 1d6939aa19d3d5e5fce5286aa74dbb1eb67791f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

BROKEN=		"Does not build"

.include "${MASTERDIR}/Makefile"