xref: /mports/math/mpc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	mpc
2PORTVERSION=	1.2.1
3CATEGORIES=	math devel
4MASTER_SITES=	GNU
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Library of complex numbers with arbitrarily high precision
8WWW=		https://www.multiprecision.org/mpc/
9
10LICENSE=	lgpl3
11LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
12
13LIB_DEPENDS=	libgmp.so:math/gmp \
14		libmpfr.so:math/mpfr
15
16GNU_CONFIGURE=	yes
17CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} \
18		--with-mpfr=${LOCALBASE}
19CONFIGURE_TARGET=${ARCH}-portbld-freebsd11.4
20USE_LDCONFIG=	yes
21INSTALL_TARGET=	install-strip
22USES=		libtool
23
24INFO=		mpc
25PLIST_FILES=	include/mpc.h \
26		lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.1
27
28.include <bsd.port.mk>
29

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026