opnsense-ports/math/libccd/Makefile
Franco Fichtner d57219b569 */*: sync with upstream
Taken from: HardenedBSD
2021-04-08 08:40:15 +02:00

22 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>