pkgsrc/math/minpack/Makefile
2003-07-17 21:41:05 +00:00

17 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/07/17 21:47:48 grant Exp $
DISTNAME= minpack-20001130
WRKSRC= ${WRKDIR}/minpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= FORTRAN 77 library for the solution of nonlinear equations
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_FORTRAN= YES
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"