freebsd-ports/math/eclib/Makefile
Yuri Victorovich 9a88f2900b math/flint2: Update g20190210 -> 2.6.0
Bump 6 depending ports.

Reported by:	portscout
2020-06-10 18:15:22 +00:00

33 lines
634 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= eclib
PORTVERSION= 20190909
PORTREVISION= 1
DISTVERSIONPREFIX= v
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>