pkgsrc/math/slatec/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

24 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:40 rillig 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= https://www.netlib.org/slatec/
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
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"