freebsd-ports/devel/ros-urdfdom_headers/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
332 B
Makefile

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>