pkgsrc/math/mpfr/Makefile
drochner 2a1819ff4d update to 2.4.1
changes:
-Behavior of mpfr_check_range changed
-Function mpfr_init_gmp_rand is no longer defined
-New functions
-Configure test for TLS support
-Get default $CC and $CFLAGS from gmp.h
-Security fix in mpfr_snprintf and mpfr_vsnprintf (buffer overflow)
-Configure: new checks for length modifiers hh and ll (new in C99)
-bugfixes
-documentation fixes
2009-03-19 11:54:53 +00:00

32 lines
755 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/03/19 11:54:53 drochner Exp $
#
DISTNAME= mpfr-2.4.1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/mpfr-current/
DIST_SUBDIR= ${DISTNAME}
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"