freebsd-ports/math/mpfr/Makefile

27 lines
526 B
Makefile
Raw Normal View History

# 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
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/
2006-11-19 19:15:12 +01:00
DIST_SUBDIR= mpfr
MAINTAINER= ale@FreeBSD.org
COMMENT= A library for multiple-precision floating-point computations
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
2006-11-30 22:20:07 +01:00
USE_BZIP2= yes
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
INFO= mpfr
.include <bsd.port.mk>