Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / mpfr / Makefile
1 # Created by: Alex Dupre <ale@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mpfr
5 PORTVERSION=    3.1.2
6 PORTREVISION=   2
7 CATEGORIES=     math devel
8 MASTER_SITES=   http://www.mpfr.org/mpfr-current/
9 DIST_SUBDIR=    ${DISTNAME}
10
11 PATCH_SITES=    ${MASTER_SITES}
12 PATCH_DIST_STRIP=       -p1
13
14 MAINTAINER=     ale@FreeBSD.org
15 COMMENT=        Library for multiple-precision floating-point computations
16
17 LICENSE=        LGPL3
18
19 #PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch
20 LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp
21
22 #PATCHLEVEL=    10
23 #PATCHFILES!=   /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
24 #PATCH=         ${LOCALBASE}/bin/gpatch
25
26 USES=           libtool:keepla tar:xz
27 GNU_CONFIGURE=  yes
28 CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
29
30 USE_LDCONFIG=   yes
31
32 INFO=           mpfr
33
34 PORTDOCS=       *
35
36 regression-test: build
37         @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
38
39 .include <bsd.port.mk>