1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/mpfr/Makefile
Daniel Engberg f28c5c4799 math/mpfr: Update 4.2.0 to patchlevel 12
Changelog: https://www.mpfr.org/mpfr-4.2.0/

PR:		272655
Reviewed by:	ale (maintainer)
2023-07-27 22:08:13 +02:00

39 lines
803 B
Makefile

PORTNAME= mpfr
DISTVERSION= 4.2.0
PORTREVISION= 2
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= 12
PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
USES= gmake libtool makeinfo pathfix 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>