pkgsrc/math/mpfr/Makefile
bjs cdeeca638c Update to mpfr-2.3.1. Add new distribution patch, appease pkglint.
Changes from version 2.3.0 to version 2.3.1:

- Changes in the behavior of mpfr_strtofr and in its documentation
  concerning particular cases where the code and the documentation
  did not match.
- Bug fixes; see <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
- Configure test for TLS support.
- Improved MPFR manual.
2008-08-17 07:59:13 +00:00

31 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/08/17 07:59:13 bjs Exp $
#
DISTNAME= mpfr-2.3.1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/mpfr-current/
PATCHFILES= patches
PATCH_SITES= ${MASTER_SITES}
PATCH_DIST_STRIP= -p1
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
INFO_FILES= yes
###
### XXX These definitions are defined here merely to keep configure from
### needlessly whining about them.
###
###
MAKE_ENV+= AUTOCONF=${TRUE}
MAKE_ENV+= AUTOMAKE=${TRUE}
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"