mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
463 B
Makefile
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>
|