blob: 1acc5a3a7dc4d6569ad0ac07afee61c78e97799d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $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"
|