diff options
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 16babb9657e..6809f4bf0de 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/21 19:16:45 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/27 18:45:15 drochner Exp $ -DISTNAME= fftw-2.0.1 +DISTNAME= fftw-2.1.3 CATEGORIES= math -MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ MAINTAINER= root@garbled.net -HOMEPAGE= http://theory.lcs.mit.edu/~fftw +HOMEPAGE= http://www.fftw.org/ GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared +.if ${MACHINE_ARCH} == "i386" +CONFIGURE_ARGS+= --enable-i386-hacks +.endif USE_GMAKE= yes INFO_FILES= fftw.info |