1PORTNAME= mpfr 2PORTVERSION= 4.2.2 3CATEGORIES= math devel 4MASTER_SITES= https://www.mpfr.org/mpfr-${PORTVERSION}/ \ 5 GNU 6DIST_SUBDIR= ${DISTNAME} 7 8PATCH_SITES= ${MASTER_SITES} 9PATCH_DIST_STRIP= -p1 10 11MAINTAINER= ports@MidnightBSD.org 12COMMENT= Library for multiple-precision floating-point computations 13 14LICENSE= lgpl3 15LICENSE_FILE= ${WRKSRC}/COPYING.LESSER 16 17LIB_DEPENDS= libgmp.so:math/gmp 18 19#PATCHLEVEL= 13 20#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} 21 22USES= gmake libtool makeinfo tar:xz 23GNU_CONFIGURE= yes 24CONFIGURE_ARGS= --with-gmp=${LOCALBASE} 25INSTALL_TARGET= install-strip 26TEST_TARGET= check 27USE_LDCONFIG= yes 28 29INFO= mpfr 30 31PORTDOCS= * 32 33OPTIONS_DEFINE= DOCS 34 35.include <bsd.port.mk> 36