pkgsrc/math/dfftpack/Makefile
jtb fc38234e92 Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some
which make use of Fortran I/O have problems resolving symbols.
This is a known problem with g77/f2c.
2001-02-02 00:23:49 +00:00

23 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/02/02 00:23:50 jtb Exp $
DISTNAME= dfftpack-20001209
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/dfftpack
USE_FORTRAN= YES
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"