mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
33 lines
665 B
Makefile
33 lines
665 B
Makefile
PORTNAME= opentelemetry-cpp
|
|
PORTVERSION= 1.13.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= OpenTelemetry C++ client
|
|
WWW= https://github.com/open-telemetry/opentelemetry-cpp
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= open-telemetry
|
|
GH_PROJECT= ${PORTNAME}
|
|
|
|
USES= cmake compiler:c++14-lang cpe
|
|
|
|
CPE_VENDOR= cncf
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON \
|
|
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
|
CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES
|
|
|
|
LIB_DEPENDS= libgtest.so:devel/googletest \
|
|
libcurl.so:ftp/curl
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB= SHLIBVER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|