mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
faba3a2b77
Reported by: portscout
21 lines
337 B
Makefile
21 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= urdfdom-headers
|
|
DISTVERSION= 1.0.4
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Unified Robot Description Format (URDF) parser headers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ros
|
|
GH_PROJECT= ${PORTNAME:S/-/_/}
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|