pkgsrc/math/ntl/Makefile
wiz f9f486dcbf ntl: update to 11.4.3.
7 years of changes. For details see
https://www.shoup.net/ntl/doc/tour-changes.html

Remove libtool patch. This is too big to be maintained in
pkgsrc and should be upstreamed if deemed interesting enough.

Bump API requirements in bl3.mk because of this change, and
also because HElib (the only consumer of this library in pkgsrc)
needs the new version anyway and will be updated next.
2020-06-08 13:42:38 +00:00

21 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.36 2020/06/08 13:42:38 wiz Exp $
DISTNAME= ntl-11.4.3
CATEGORIES= math devel
MASTER_SITES= https://www.shoup.net/ntl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.shoup.net/ntl/
COMMENT= C++ library for doing number theory
LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= DEF_PREFIX=${PREFIX}
USE_LANGUAGES= c c++
USE_TOOLS+= perl
MAKE_FILE= makefile
TEST_TARGET= check
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"