pkgsrc/math/mpfr/Makefile
wiz 21e03edafe Updated mpfr to 3.1.5.
Changes from version 3.1.4 to version 3.1.5:
- C++11 compatibility.
- Bug fixes (see <http://www.mpfr.org/mpfr-3.1.4/#fixed> and ChangeLog file).
- More tests.
2016-10-03 12:35:18 +00:00

19 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.31 2016/10/03 12:35:18 wiz Exp $
DISTNAME= mpfr-3.1.5
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
INFO_FILES= yes
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"