e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
23 lines
587 B
Makefile
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"
|