1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/mpc/Makefile
Gerald Pfeifer bc88b95c7d Update to MPC version 1.0.3 which brings two changes:
- Fixed mpc_pow, see
   http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html
 - Switched to libtool 2.4.5.

No PORTREVISION bump of dependent ports since this is really a minor
change and transparent for users that link dynamically.
2015-04-05 18:36:09 +00:00

32 lines
802 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= mpc
PORTVERSION= 1.0.3
CATEGORIES= math devel
MASTER_SITES= http://www.multiprecision.org/mpc/download/
MAINTAINER= gerald@FreeBSD.org
COMMENT= Library of complex numbers with arbitrarily high precision
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
PORTSCOUT= site:http://www.multiprecision.org/index.php?prog=mpc&page=download
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
--with-mpfr=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
INFO= mpc
PLIST_FILES= include/mpc.h \
lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.0.0
regression-test: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
.include <bsd.port.mk>