blob: e9349f13c6ec8470f172f1ac65405939037d3a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
PORTNAME= fb303
DISTVERSION= g20201122
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Base Thrift service and a common set of functionality
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_regex.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 \
libzstd.so:archivers/zstd
USES= cmake compiler:c++17-lang ssl
USE_GITHUB= yes
GH_ACCOUNT= facebook
GH_TAGNAME= 94cac88
USE_LDCONFIG= yes
CXXFLAGS+= -fPIC
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= PYTHON_EXTENSIONS
post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/include/fb303/test
.include <bsd.port.mk>
|