mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Switch to new test framework - WITH_DEBUG is already properly set by the framework Approved by: portmgr blanket
This commit is contained in:
parent
c37f51dfe1
commit
2fc1f7f4c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464051
1 changed files with 3 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue