Yuri Victorovich 5c19b7f98b misc/console-bridge: Update 0.4.2 -> 0.4.3
Reported by:	portscout
2019-01-26 05:27:52 +00:00

25 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= console-bridge
DISTVERSION= 0.4.3
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>