summaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-02-18 15:14:00 +0000
committerseb <seb@pkgsrc.org>2002-02-18 15:14:00 +0000
commit66111c6d15be91debc28f649061f5ed03d48e340 (patch)
treec84409a165bd501342b10b825394cf1eb3684d02 /math/fftw
parent0b7fe93445e5b9c2ed4f512cd83d2c904922531b (diff)
downloadpkgsrc-66111c6d15be91debc28f649061f5ed03d48e340.tar.gz
Introduce new framework for handling info files generation and installation.
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile4
-rw-r--r--math/fftw/PLIST6
2 files changed, 6 insertions, 4 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 45dbef6599d..e38b5a62816 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/27 22:22:22 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:29 seb Exp $
DISTNAME= fftw-2.1.3
CATEGORIES= math
@@ -16,5 +16,7 @@ CONFIGURE_ARGS+= --enable-i386-hacks
USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
+TEXINFO_OVERRIDE= YES
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/fftw/PLIST b/math/fftw/PLIST
index cfe17bbf90c..27d89febea3 100644
--- a/math/fftw/PLIST
+++ b/math/fftw/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:23 zuntum Exp $
-@unexec install-info --delete %D/info/fftw.info %D/info/dir
+@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:29 seb Exp $
+@unexec ${INSTALL_INFO} --delete %D/info/fftw.info %D/info/dir
info/fftw.info
info/fftw.info-1
info/fftw.info-2
info/fftw.info-3
info/fftw.info-4
info/fftw.info-5
-@exec install-info %D/info/fftw.info %D/info/dir
+@exec ${INSTALL_INFO} %D/info/fftw.info %D/info/dir
include/fftw.h
include/rfftw.h
lib/libfftw.a