mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
21 lines
452 B
Makefile
21 lines
452 B
Makefile
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>
|