blob: 2b593f8e7e37f30324d676e72c4f2b31ecc2edd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.18 2011/04/07 00:21:02 asau Exp $
#
DISTNAME= mpfr-3.0.1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/mpfr-current/
DIST_SUBDIR= ${DISTNAME}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations
LICENSE= gnu-lgpl-v3
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"
|