pkgsrc/math/odepack/Makefile
asau dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

26 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.19 2010/07/30 10:36:30 asau Exp $
DISTNAME= odepack-20001130
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Systematized Collection of ODE Solvers
DEPENDS+= linpack>=20010427:../../math/linpack
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_LANGUAGES= fortran77
WRKSRC= ${WRKDIR}/odepack
INSTALLATION_DIRS= lib
PKG_DESTDIR_SUPPORT= user-destdir
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/odepack
cd ${WRKSRC} && ${INSTALL_DATA} doc readme ${DESTDIR}${PREFIX}/share/doc/odepack
.include "../../mk/bsd.pkg.mk"