forked from Lainports/freebsd-ports
cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket)
19 lines
331 B
Makefile
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>
|