mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
65972ee89a
Update PORTREVISION of its consumers (net/frr7 and net/frr8). PR: 266243 Approved by: maintainer timeout
26 lines
597 B
Makefile
26 lines
597 B
Makefile
PORTNAME= rtrlib
|
|
PORTVERSION= 0.8.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt sysutils
|
|
|
|
MAINTAINER= freebsd@bodems.net
|
|
COMMENT= Open-source C implementation of the RPKI/Router Protocol client
|
|
WWW= https://rtrlib.realmv6.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libssh.so:security/libssh
|
|
|
|
USES= cmake pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS+= -DRTRLIB_TRANSPORT_SSH=Yes
|
|
CMAKE_ARGS+= -DWITH_BGPSEC=Yes
|
|
CMAKE_ARGS+= -DLIBSSH_LIBRARIES=${LOCALBASE}/lib/libssh.so
|
|
CMAKE_ARGS+= -DLIBSSH_INCLUDE_DIRS=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|