# $Id: Portfile 65391 2010-03-25 23:40:25Z ryandesign@macports.org $

PortSystem 1.0
name		djbfft
version		0.76
categories	math
platforms	darwin
maintainers	nomaintainer

description	D.J. Bernstein's fast fourier transform library
long_description	\
		djbfft is an extremely fast library for floating-point	\
		convolution. The current version holds most of the	\
		speed records for double-precision FFTs on general	\
		purpose computers.					\
									\
		djbfft provides power-of-2 complex FFTs, real FFTs at	\
		twice the speed, and fast multiplication of complex	\
		arrays. Single precision and double precision are	\
		equally supported. 

homepage	http://cr.yp.to/djbfft.html
master_sites	http://cr.yp.to/djbfft/

checksums	md5 9349eff24c1f9fdfb98cfb51bece8efb

configure	{ reinplace s|/usr/local/djbfft|${destroot}${prefix}| \
		  ${worksrcpath}/conf-home }

build.target

destroot.target	setup check

livecheck.type	regex
livecheck.url	http://cr.yp.to/djbfft/install.html
livecheck.regex	${name}-(\[0-9.\]+)\\.tar
