freebsd-ports/comms/cyclonedds/Makefile
Gleb Popov c75be9a1fe comms/cyclonedds: Update to 0.10.2
Test Plan:
* portlint: complains about WWW, otherwise OK
* portclippy: complains about WWW, otherwise OK
* testport: 13.1-RELEASE amd64  OK

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D36517
2022-09-13 21:31:45 +03:00

35 lines
634 B
Makefile

PORTNAME= CycloneDDS
DISTVERSION= 0.10.2
CATEGORIES= comms
MAINTAINER= flo@purplekraken.com
COMMENT= Eclipse Cyclone DDS middleware
WWW= https://cyclonedds.io/
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libiceoryx_posh.so:comms/iceoryx
USES= bison cmake
USE_GITHUB= yes
GH_ACCOUNT= eclipse-cyclonedds
GH_PROJECT= cyclonedds
USE_LDCONFIG= yes
CMAKE_ON= ENABLE_SHM
OPTIONS_DEFINE= DOCS SSL TEST
OPTIONS_DEFAULT= SSL
SSL_DESC= Enable SSL support
TEST_DESC= Build tests
SSL_USES= ssl
SSL_CMAKE_BOOL= ENABLE_SSL
TEST_LIB_DEPENDS= libcunit.so:devel/cunit
TEST_CMAKE_BOOL= BUILD_TESTING
.include <bsd.port.mk>