aboutsummaryrefslogtreecommitdiff
path: root/net/libzmq3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-10 08:33:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-10 08:33:10 +0000
commit2fc1f7f4c23106d49fbb97fa751f45036f90cd6e (patch)
tree6c13f251bb7855d9f2343c35828be7079e031910 /net/libzmq3
parentc37f51dfe1e8e78f3958cad377f96f2d6b3e0178 (diff)
downloadports-2fc1f7f4c23106d49fbb97fa751f45036f90cd6e.tar.gz
ports-2fc1f7f4c23106d49fbb97fa751f45036f90cd6e.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=464051
Diffstat (limited to 'net/libzmq3')
-rw-r--r--net/libzmq3/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/net/libzmq3/Makefile b/net/libzmq3/Makefile
index ec852ebd529d..dbfb6c91a4b0 100644
--- a/net/libzmq3/Makefile
+++ b/net/libzmq3/Makefile
@@ -9,14 +9,15 @@ DISTNAME= zeromq-${DISTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= ZeroMQ core library (Version 3)
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
CONFLICTS= zmq-[0-9]* libzmq[^3]-[0-9]*
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+TEST_TARGET= check
OPTIONS_DEFINE= DEBUG PGM
OPTIONS_DEFAULT= PGM
@@ -31,14 +32,4 @@ PGM_USES= pkgconfig
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
-.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>