summaryrefslogtreecommitdiff
path: root/math/odepack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/odepack/Makefile')
-rw-r--r--math/odepack/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/math/odepack/Makefile b/math/odepack/Makefile
index a2427e987c1..81c2d3a4166 100644
--- a/math/odepack/Makefile
+++ b/math/odepack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/12/01 01:50:44 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/02 00:23:52 jtb Exp $
DISTNAME= odepack-20001130
CATEGORIES= math
@@ -6,21 +6,16 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/odepack
-USE_LIBTOOL= YES
USE_FORTRAN= YES
-.include "../../mk/bsd.prefs.mk"
-
pre-build:
- @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \
- < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/odepack
${INSTALL_DATA} ${WRKSRC}/doc ${PREFIX}/share/doc/odepack
${INSTALL_DATA} ${WRKSRC}/readme ${PREFIX}/share/doc/odepack
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/odepack
- ${INSTALL_DATA} ${WRKSRC}/demo.f ${PREFIX}/share/examples/odepack
.include "../../mk/bsd.pkg.mk"