d344d8f280
floating-point computations
26 lines
672 B
Makefile
26 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 22:11:38 rh Exp $
|
|
#
|
|
|
|
DISTNAME= mpfr-2.0.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.mpfr.org/mpfr-current/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GMP}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.mpfr.org/
|
|
COMMENT= GMP-based library for multiple-precision floating-point computations
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-gmp-include=${GMP_DIR}
|
|
CONFIGURE_DIRS= ${GMP_DIR} ${WRKSRC}
|
|
|
|
INFO_FILES= mpfr.info
|
|
|
|
GMP_VERSION?= 4.1.2
|
|
GMP= gmp-${GMP_VERSION}
|
|
GMP_DIR= ${WRKDIR}/${GMP}
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|