9637f7852e
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.
23 lines
537 B
Makefile
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"
|