pkgsrc/math/ntl/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

23 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.35 2020/01/26 17:31:39 rillig Exp $
DISTNAME= ntl-6.0.0
PKGREVISION= 6
CATEGORIES= math devel
MASTER_SITES= http://www.shoup.net/ntl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.shoup.net/ntl/
COMMENT= C++ library for doing number theory
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl
USE_LIBTOOL= yes
MAKE_FILE= makefile
INSTALLATION_DIRS= lib
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"