blob: d5fdb7dbdc8a5ba59d8b21ef2be900218595aa72 (
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
|
# $FreeBSD$
PORTNAME= console-bridge
DISTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Package for logging that seamlessly pipes into rosconsole
LICENSE= BSD3CLAUSE
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= ros
GH_PROJECT= ${PORTNAME:S/-/_/}
USE_LDCONFIG= yes
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DDO_TESTING=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
.include <bsd.port.mk>
|