freebsd-ports/math/mpfr/Makefile
Daniel Engberg f3f65cea3c math/mpfr: Update to 4.2.0
Poudriere test builds done by bofh (thanks!)

Changelog: https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2.0/ChangeLog

PR:		268865
Reported by:	Dennis Clarke <dclarke@blastwave.org>
Reviewed by:	ale (maintainer)
2023-01-17 08:59:06 +01:00

38 lines
780 B
Makefile

PORTNAME= mpfr
DISTVERSION= 4.2.0
PORTEPOCH= 1
CATEGORIES= math devel
MASTER_SITES= GNU \
https://www.mpfr.org/mpfr-${DISTVERSION}/
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= https://www.mpfr.org/mpfr-${DISTVERSION}/
PATCH_DIST_STRIP= -p1
MAINTAINER= ale@FreeBSD.org
COMMENT= Library for multiple-precision floating-point computations
WWW= https://www.mpfr.org/
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libgmp.so:math/gmp
#PATCHLEVEL= 1
#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
USES= gmake libtool makeinfo tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
INFO= mpfr
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>