pkgsrc/math/dfftpack/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

25 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/10/03 00:12:55 tv Exp $
DISTNAME= dfftpack-20001209
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Double precision version of FFTPACK
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_FORTRAN= YES
WRKSRC= ${WRKDIR}/dfftpack
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dfftpack
@for f in README doc doc.double ; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/dfftpack ; done
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dfftpack
${INSTALL_DATA} ${WRKSRC}/test.f ${PREFIX}/share/examples/dfftpack
.include "../../mk/bsd.pkg.mk"