aboutsummaryrefslogtreecommitdiff
path: root/devel/ros-urdfdom_headers/Makefile
blob: a2cb406b0dbc0dbad97cb79591e8e683292b0e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	ros-urdfdom_headers
DISTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	trueos@norwegianrockcat.com
COMMENT=	Headers for Unified Robot Description Format (URDF) parsers

LICENSE=	BSD3CLAUSE

USES=		cmake
USE_GITHUB=	yes

GH_ACCOUNT=	ros
GH_PROJECT=	${PORTNAME:S/ros-//}

NO_ARCH=	yes

.include <bsd.port.mk>