aboutsummaryrefslogtreecommitdiff
path: root/math/mpc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-24 09:04:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-24 09:04:14 +0000
commit7dab705e93534156129d77a08edb7e7ffb3c67ce (patch)
tree64337025fda8717475ecb7568b5f2d7ed9ae17bf /math/mpc
parentd4a99699df1bdea3ae2136689302530c559a6832 (diff)
downloadports-7dab705e93534156129d77a08edb7e7ffb3c67ce.tar.gz
ports-7dab705e93534156129d77a08edb7e7ffb3c67ce.zip
- Add LICENSE
- Switch to new test framework Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=470764
Diffstat (limited to 'math/mpc')
-rw-r--r--math/mpc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile
index 5b7ac9629f84..b4c548edfbc7 100644
--- a/math/mpc/Makefile
+++ b/math/mpc/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= GNU
MAINTAINER= gerald@FreeBSD.org
COMMENT= Library of complex numbers with arbitrarily high precision
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
@@ -17,6 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
--with-mpfr=${LOCALBASE}
INSTALL_TARGET= install-strip
+TEST_TARGET= check
USES= libtool
USE_LDCONFIG= yes
@@ -24,7 +28,4 @@ INFO= mpc
PLIST_FILES= include/mpc.h \
lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0
-regression-test: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
-
.include <bsd.port.mk>