pkgsrc/math/fftw/Makefile

21 lines
477 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2001/04/27 22:22:22 jtb Exp $
DISTNAME= fftw-2.1.3
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.fftw.org/
COMMENT= Collection of fast C routines to compute DFTs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --enable-i386-hacks
.endif
2000-05-11 04:07:08 +02:00
USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
.include "../../mk/bsd.pkg.mk"