diff options
Diffstat (limited to 'math/fftw2/Makefile')
-rw-r--r-- | math/fftw2/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index e53618fab23..3450e6159db 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:04:19 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 14:22:40 rodent Exp $ -DISTNAME= fftw-2.1.5 -PKGNAME= fftw2-2.1.5 -PKGREVISION= 3 -CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ +DISTNAME= fftw-2.1.5 +PKGNAME= fftw2-2.1.5 +PKGREVISION= 3 +CATEGORIES= math +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + http://www.fftw.org/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fftw.org/ -COMMENT= Collection of fast C routines to compute DFTs +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.fftw.org/ +COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake makeinfo |