mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
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
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libccd
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for collision detection between two convex shapes
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/BSD-LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= danfis
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOUBLE_PECISION
|
|
|
|
DOUBLE_PECISION_DESC= Enable double precision computations
|
|
DOUBLE_PECISION_CMAKE_BOOL= ENABLE_DOUBLE_PRECISION
|
|
|
|
.include <bsd.port.mk>
|