mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
395 B
Makefile
23 lines
395 B
Makefile
PORTNAME= zyre
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.1
|
|
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>
|