pkgsrc/math/slatec/Makefile
asau dfc6889736 "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

26 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.23 2010/07/30 10:36:31 asau Exp $
#
DISTNAME= slatec_src
PKGNAME= slatec-4.1
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_NETLIB:=slatec/}
EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.netlib.org/slatec/
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/src
USE_LANGUAGES= fortran77
USE_LIBTOOL= YES
INSTALLATION_DIRS= lib
post-extract:
cd ${FILESDIR} && cp d1mach.f i1mach.f r1mach.f ${WRKSRC}
.include "../../mk/bsd.pkg.mk"