1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/math/libccd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
463 B
Makefile

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>