1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Yuri Victorovich 513bcc8c55 math/ntl: Update 11.4.3 -> 11.5.1
PR:		259363
Approved by:	ndowens04@gmail.com (maintainer's timeout, 58 days)
2021-12-20 13:36:53 -08:00

31 lines
601 B
Makefile

# Created by: thierry@pompo.net
PORTNAME= eclib
PORTVERSION= 20210318
PORTREVISION= 2
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= C++ library for arithmetic on elliptic curves
LICENSE= GPLv2
LIB_DEPENDS= libntl.so:math/ntl \
libpari.so:math/pari \
libflint.so:math/flint2 \
libboost_thread.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= JohnCremona
USES= autoreconf compiler:c++11-lang libtool localbase
OPTIONS_DEFINE= DOCS
LIBS+= "-lm"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-flint=${LOCALBASE} --with-boost=${LOCALBASE}
USE_LDCONFIG= yes
.include <bsd.port.mk>