pkgsrc/math/eispack/Makefile

17 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:19 wiz Exp $
DISTNAME= eispack-20001130
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
COMMENT= Fortran routines for the solution of eigenvalue problems
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/eispack
USE_FORTRAN= YES
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"