freebsd-ports/math/mpfr/Makefile

40 lines
815 B
Makefile
Raw Normal View History

2013-03-14 14:55:46 +01:00
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= mpfr
2015-11-30 12:32:34 +01:00
PORTVERSION= 3.1.3
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/
2011-10-07 09:42:43 +02:00
DIST_SUBDIR= ${DISTNAME}
2006-11-19 19:15:12 +01:00
2011-05-10 12:12:45 +02:00
PATCH_SITES= ${MASTER_SITES}
PATCH_DIST_STRIP= -p1
MAINTAINER= ale@FreeBSD.org
COMMENT= Library for multiple-precision floating-point computations
LICENSE= LGPL3
#PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
#PATCHLEVEL= 10
#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
#PATCH= ${LOCALBASE}/bin/gpatch
2011-05-10 12:12:45 +02:00
USES= libtool tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
2006-11-19 19:15:12 +01:00
USE_LDCONFIG= yes
INFO= mpfr
2009-12-01 12:33:12 +01:00
PORTDOCS= *
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>