c487cb967a
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.
25 lines
708 B
Makefile
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"
|