freebsd-ports/devel/ros-console_bridge/Makefile
Mark Linimon 73822725d1 Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2019-09-25 11:57:53 +00:00

19 lines
331 B
Makefile

# $FreeBSD$
PORTNAME= ros-console_bridge
DISTVERSION= 0.4.3
CATEGORIES= devel
MAINTAINER= trentonw@ifi.uio.no
COMMENT= ROS-independent logging that pipes into ROS packages
LICENSE= BSD3CLAUSE
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= ros
GH_PROJECT= console_bridge
.include <bsd.port.mk>