freebsd-ports/math/mpfr/Makefile
Daniel Engberg 4aeb7473b2 math/mpfr: Restore to 4.1.1
Unfortunately I managed to include a partial patch to be submitted.
Restore to 4.1.1 and set PORTEPOCH. Pointy hat to myself :-/
This fixes commit 12f1c627d4

Reported by:	VVD
Approved by:	portmgr (blanket, build fix)
2023-01-07 23:21:48 +01:00

37 lines
778 B
Makefile

PORTNAME= mpfr
DISTVERSION= 4.1.1
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>