summaryrefslogtreecommitdiff
path: root/comms/cyclonedds/Makefile
blob: 592b264408efd5d84130a642374b371fda20a2e1 (plain) (blame)
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
PORTNAME=	CycloneDDS
DISTVERSION=	0.10.4
CATEGORIES=	comms

MAINTAINER=	flo@purplekraken.com
COMMENT=	Eclipse Cyclone DDS middleware
WWW=		https://cyclonedds.io/

LICENSE=	EPL
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libiceoryx_binding_c.so:comms/iceoryx

USES=		bison cmake pathfix

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>