1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/net/fbzmq/Makefile
Po-Chuan Hsieh ec5f6e2261
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
2023-12-14 23:49:40 +08:00

43 lines
1.1 KiB
Makefile

PORTNAME= fbzmq
DISTVERSIONPREFIX= v
DISTVERSION= 2022.05.30.00
PORTREVISION= 6
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Framework for writing services in C++ while leveraging libzmq
WWW= https://github.com/facebook/fbzmq
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libepoll-shim>0:devel/libepoll-shim
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libdouble-conversion.so:devel/double-conversion \
libevent.so:devel/libevent \
libfizz.so:security/fizz \
libfmt.so:devel/libfmt \
libfolly.so:devel/folly \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
liblz4.so:archivers/liblz4 \
libsnappy.so:archivers/snappy \
libsodium.so:security/libsodium \
libthriftcpp2.so:devel/fbthrift \
libunwind.so:devel/libunwind \
libwangle.so:net/wangle \
libzmq.so:net/libzmq4 \
libzstd.so:archivers/zstd
USES= cmake compiler:c++17-lang ssl
USE_GITHUB= yes
GH_ACCOUNT= facebook
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTS
CXXFLAGS+= -I${LOCALBASE}/include/libepoll-shim -fPIC
.include <bsd.port.mk>