21 lines
430 B
Makefile
21 lines
430 B
Makefile
|
PORTNAME= the-algorithms-c++
|
||
|
DISTVERSION= g20230110
|
||
|
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
|
||
|
USE_GL= gl glut
|
||
|
|
||
|
USE_GITHUB= yes
|
||
|
GH_ACCOUNT= TheAlgorithms
|
||
|
GH_PROJECT= C-Plus-Plus
|
||
|
GH_TAGNAME= e2bf654
|
||
|
|
||
|
.include <bsd.port.mk>
|