Files
ports/math/eclib/Makefile
Dima Panov 55cfbcf56c */*: bump consumers after devel/boost* update
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:25:14 +03:00

34 lines
745 B
Makefile

PORTNAME= eclib
PORTVERSION= 20230424
PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= C++ library for arithmetic on elliptic curves
WWW= https://homepages.warwick.ac.uk/staff/J.E.Cremona/mwrank/
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
CXXFLAGS+= -std=c++11
LIBS+= "-lm"
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-flint=${LOCALBASE} --with-boost=${LOCALBASE}
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>