aboutsummaryrefslogtreecommitdiff
path: root/net/libzmq2
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-02 08:33:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-02 08:33:03 +0000
commite6854f7057c84994429556986c210b88f95900fd (patch)
tree07e63c65b75245392a7a26ebfbbc6bc11d5d78da /net/libzmq2
parent728dd633067a05185afa5841ff25b5852d8a1617 (diff)
downloadports-e6854f7057c84994429556986c210b88f95900fd.tar.gz
ports-e6854f7057c84994429556986c210b88f95900fd.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to new test framework - WITH_DEBUG is already properly set by the framework Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=463381
Diffstat (limited to 'net/libzmq2')
-rw-r--r--net/libzmq2/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/net/libzmq2/Makefile b/net/libzmq2/Makefile
index e8da9e516b78..e2983dab67ab 100644
--- a/net/libzmq2/Makefile
+++ b/net/libzmq2/Makefile
@@ -11,26 +11,18 @@ DISTNAME= zeromq-${DISTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= ZeroMQ core library (Version 2)
-LICENSE= LGPL3
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix
USE_LDCONFIG= yes
+TEST_TARGET= check
CONFLICTS= libzmq[^2]-[0-9]*
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ON= --enable-debug
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG= yes
-.endif
-
-regression-test: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS} check)
-
.include <bsd.port.mk>