aboutsummaryrefslogtreecommitdiff
path: root/math/geogram/Makefile
blob: 36b4c34a3e8143656636e695cdb702c019684fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

PORTNAME=	geogram
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7.5
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Programming library of geometric algorithms

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/doc/devkit/license.dox

LIB_DEPENDS=	libglfw.so:graphics/glfw

USES=		cmake gl localbase:ldflags xorg
USE_GITHUB=	yes
GH_ACCOUNT=	alicevision
USE_XORG=	x11 xcursor xi xinerama xrandr xxf86vm
USE_GL=		gl glu
USE_LDCONFIG=	yes

CMAKE_ON=	GEOGRAM_USE_SYSTEM_GLFW3 VORPALINE_BUILD_DYNAMIC
CMAKE_ARGS=	-DVORPALINE_PLATFORM:STRING=FreeBSD
CFLAGS+=	-fcommon # https://github.com/alicevision/geogram/issues/16
CXXFLAGS+=	-fcommon # https://github.com/alicevision/geogram/issues/16
LDFLAGS+=	-pthread

.include <bsd.port.mk>