pkgsrc/math/linpack/Makefile
asau 8756d19398 "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

20 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/07/30 10:36:29 asau Exp $
DISTNAME= linpack-20010510
PKGREVISION= 2
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Library of linear algebra Fortran routines
DEPENDS+= blas-[0-9]*:../../math/blas
PKG_DESTDIR_SUPPORT= user-destdir
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_LANGUAGES= fortran77
WRKSRC= ${WRKDIR}/linpack
INSTALLATION_DIRS= lib
.include "../../mk/bsd.pkg.mk"