[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / fftw

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/fftw/Makefile between version 1.20 and 1.21

version 1.20, 2005/12/05 20:50:36 version 1.21, 2006/01/30 09:25:09
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 .if (${MACHINE_ARCH} == "powerpc")  DISTNAME=       fftw-3.1
 DISTNAME=               fftw-3.0.1-fma  CATEGORIES=     math
 .else  MASTER_SITES=   ftp://ftp.fftw.org/pub/fftw/ \
 DISTNAME=               fftw-3.0.1                  http://www.fftw.org/
 .endif  
 PKGNAME=                fftw-3.0.1  MAINTAINER=     root@garbled.net
 PKGREVISION=            1  HOMEPAGE=       http://www.fftw.org/
 CATEGORIES=             math  COMMENT=        Collection of fast C routines to compute DFTs
 MASTER_SITES=           ftp://ftp.fftw.org/pub/fftw/ \  
                         http://www.fftw.org/  
   
 MAINTAINER=             root@garbled.net  
 HOMEPAGE=               http://www.fftw.org/  
 COMMENT=                Collection of fast C routines to compute DFTs  
   
 PKG_INSTALLATION_TYPES= overwrite pkgviews  PKG_INSTALLATION_TYPES= overwrite pkgviews
   
   USE_LANGUAGES=          fortran
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 PKGCONFIG_OVERRIDE+=    fftw.pc.in  USE_TOOLS+=             gmake
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 CONFIGURE_ARGS+=        --enable-shared  CONFIGURE_ARGS+=        --enable-shared
 USE_LANGUAGES=          fortran  
 USE_TOOLS+=             gmake  PKGCONFIG_OVERRIDE+=    fftw.pc.in
 INFO_FILES=             fftw3.info  INFO_FILES=             fftw3.info
   
 TEST_TARGET=            check  TEST_TARGET=            check

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>