xref: /mports/math/libccd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libccd
2DISTVERSIONPREFIX=	v
3DISTVERSION=	2.1
4CATEGORIES=	math
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Library for collision detection between two convex shapes
8WWW=		https://github.com/danfis/libccd
9
10LICENSE=	bsd3
11LICENSE_FILE=	${WRKSRC}/BSD-LICENSE
12
13USES=		cmake
14USE_GITHUB=	yes
15GH_ACCOUNT=	danfis
16USE_LDCONFIG=	yes
17
18OPTIONS_DEFINE=	DOUBLE_PRECISION
19
20DOUBLE_PRECISION_DESC=		Enable double precision computations
21DOUBLE_PRECISION_CMAKE_BOOL=	ENABLE_DOUBLE_PRECISION
22
23NO_TEST=	yes
24
25.include <bsd.port.mk>
26

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026