pkgsrc/math/minpack/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

21 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.15 2010/07/30 10:36:29 asau Exp $
DISTNAME= minpack-20001130
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= FORTRAN 77 library for the solution of nonlinear equations
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= fortran77
WRKSRC= ${WRKDIR}/minpack
INSTALLATION_DIRS= lib
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"