707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
25 lines
441 B
Makefile
25 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zyre
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.0-160
|
|
DISTVERSIONSUFFIX= -g5858925
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Framework for proximity-based peer-to-peer applications
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libczmq.so:net/czmq \
|
|
libzmq.so:net/libzmq4
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zeromq
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= ZYRE_BUILD_STATIC
|
|
|
|
.include <bsd.port.mk>
|