pkgsrc-wip/libfplll/Makefile

21 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 09:10:38 asau Exp $
#
DISTNAME= libfplll-3.0.12
CATEGORIES= math
MASTER_SITES= http://perso.ens-lyon.fr/damien.stehle/downloads/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://perso.ens-lyon.fr/damien.stehle/#software
COMMENT= Library for LLL-reduction of Euclidean lattices
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../devel/gmp/buildlink3.mk"
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
.include "../../math/mpfr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"