pkgsrc/math/fftw/Makefile
jtb 18079c52b7 Add a patch to configure so that it correctly determines the way
the Fortran compiler mangles function names.  Don't delete the
libtool .la file after installation -- they might be useful for something.
2001-04-27 22:22:22 +00:00

20 lines
477 B
Makefile

# $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
USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
.include "../../mk/bsd.pkg.mk"