2005-08-29 16:00:54 +02:00
|
|
|
# New ports collection makefile for: mpfr
|
|
|
|
# Date created: 28 Aug 2005
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpfr
|
2008-01-30 08:09:08 +01:00
|
|
|
PORTVERSION= 2.3.1
|
2005-08-29 16:00:54 +02:00
|
|
|
CATEGORIES= math devel
|
|
|
|
MASTER_SITES= http://www.mpfr.org/mpfr-current/
|
2006-11-19 19:15:12 +01:00
|
|
|
DIST_SUBDIR= mpfr
|
|
|
|
|
2005-08-29 16:00:54 +02:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= A library for multiple-precision floating-point computations
|
|
|
|
|
2006-05-10 16:46:47 +02:00
|
|
|
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
2005-08-29 16:00:54 +02:00
|
|
|
|
2006-11-30 22:20:07 +01:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-08-30 11:55:17 +02:00
|
|
|
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
|
2006-11-19 19:15:12 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-08-29 16:00:54 +02:00
|
|
|
|
|
|
|
INFO= mpfr
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|