pkgsrc/math/fftw2/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

28 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:24 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/
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
INFO_FILES= yes
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --enable-i386-hacks
.endif
.include "../../mk/bsd.pkg.mk"