707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
20 lines
337 B
Makefile
20 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= urdfdom-headers
|
|
DISTVERSION= 1.0.2
|
|
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>
|