pkgsrc/math/minpack/Makefile

19 lines
440 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2005/01/12 15:32:01 jlam Exp $
DISTNAME= minpack-20001130
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
2003-07-17 23:41:05 +02:00
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_LANGUAGES= fortran
WRKSRC= ${WRKDIR}/minpack
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"