pkgsrc/math/odepack/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

23 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.11 2003/06/02 01:18:28 jschauma Exp $
DISTNAME= odepack-20001130
WRKSRC= ${WRKDIR}/odepack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@netbsd.org
COMMENT= Systematized Collection of ODE Solvers
DEPENDS+= linpack>=20010427:../../math/linpack
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_FORTRAN= yes
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/odepack
cd ${WRKSRC} && ${INSTALL_DATA} doc readme ${PREFIX}/share/doc/odepack
.include "../../mk/bsd.pkg.mk"