1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/math/mpfr/Makefile
Alex Dupre a6ff91e17a math/mpfr: update to patchlevel 13.
PR:		257551
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
2021-08-06 14:15:58 +02:00

39 lines
757 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= mpfr
PORTVERSION= 4.1.0
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= https://www.mpfr.org/mpfr-${PORTVERSION}/ \
GNU
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= ${MASTER_SITES}
PATCH_DIST_STRIP= -p1
MAINTAINER= ale@FreeBSD.org
COMMENT= Library for multiple-precision floating-point computations
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libgmp.so:math/gmp
PATCHLEVEL= 13
PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
USES= libtool 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>