summaryrefslogtreecommitdiff
path: root/math/the-algorithms-c++/Makefile
blob: 1e03f4566a5eb4205dab4a6d899a008cae123b36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	the-algorithms-c++
DISTVERSION=	g20240212
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Collection of various algorithms in mathematics, physics, etc
WWW=		https://thealgorithms.github.io/C-Plus-Plus/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake gl localbase:ldflags xorg
USE_GL=		gl glut
USE_XORG=	xi xmu

USE_GITHUB=	yes
GH_ACCOUNT=	TheAlgorithms
GH_PROJECT=	C-Plus-Plus
GH_TAGNAME=	2dadbf7

.include <bsd.port.mk>