aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpfr/Makefile
blob: 834cbf095c2c3cd73b717ec01e8a1b6a91c0d61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    mpfr
# Date created:         28 Aug 2005
# Whom:             Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mpfr
PORTVERSION=    3.1.0
PORTREVISION=   3
CATEGORIES= math devel
MASTER_SITES=   http://www.mpfr.org/mpfr-current/
DIST_SUBDIR=    ${DISTNAME}

PATCH_SITES=    ${MASTER_SITES}
PATCH_DIST_STRIP=   -p1

MAINTAINER= ale@FreeBSD.org
COMMENT=    A library for multiple-precision floating-point computations

LICENSE=    LGPL3

PATCH_DEPENDS=  gpatch:${PORTSDIR}/devel/patch
LIB_DEPENDS=    gmp.10:${PORTSDIR}/math/gmp

PATCHLEVEL= 10
PATCHFILES!=    /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
PATCH=      ${LOCALBASE}/bin/gpatch

USE_AUTOTOOLS=  libtool
USE_GNOME=  ltverhack

USE_XZ=     yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
        --disable-thread-safe
USE_LDCONFIG=   yes

INFO=       mpfr

PORTDOCS=   *

.if defined(NOPORTDOCS)
post-patch:
    @${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \
        ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} 's/install-data-am: install-dist_docDATA/install-data-am:/' \
        ${WRKSRC}/doc/Makefile.in
.endif

regression-test: build
    @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check

.include <bsd.port.mk>
td>vd2009-01-141-0/+2 * * Upgrade sysutils/duplicity from 0.5.03 to 0.5.06vd2009-01-104-20/+37 * Upgrade sysutils/duplicity from 0.5.02 to 0.5.03vd2008-11-273-4/+7 * sysutils/duplicity:vd2008-09-291-0/+3 * Upgrade sysutils/duplicity from 0.4.12 to 0.5.02vd2008-09-294-20/+54 * [PATCH] sysutils/duplicity: update to 0.4.12edwin2008-08-152-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Upgrade sysutils/duplicity from 0.4.9 to 0.4.10.vd2008-03-302-4/+4 * Upgrade sysutils/duplicity from 0.4.8 to 0.4.9.vd2008-01-192-4/+4 * Upgrade sysutils/duplicity from 0.4.7 to 0.4.8.vd2007-12-162-5/+4 * Fix packing list problems in sysutils/duplicity:vd2007-12-122-7/+10 * Upgrade sysutils/duplicity from 0.4.3 to 0.4.7.vd2007-12-124-42/+32 * * Upgrade sysutils/duplicity from 0.4.2 to 0.4.3vd2007-08-243-12/+19 * Switch to gnupg2. [1]vd2007-05-291-2/+2 * - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,kuriyama2006-12-221-2/+2 * - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedkuriyama2006-12-211-1/+2 * A bunch of cosmetic changes:vd2006-12-121-4/+3 * Update sysutils/duplicity from 0.4.1 to 0.4.2, mostly a bugfix releasevd2006-02-042-4/+4 * Add SHA256 to my ports.vd2006-01-231-0/+1 * Change my email address to the @FreeBSD onevd2006-01-201-1/+1 * - Update to 0.4.1lawrance2005-08-313-24/+4 * Reset maintainer on request. Thanks to Gerhard for maintaining thevs2005-03-061-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2 * A patch to make duplicity work with the new librsync 0.9.6 in ports.leeym2003-08-141-0/+19 * add duplicity-0.4.0leeym2003-07-041-9/+5