opnsense-ports/devel/indicators/Makefile
Franco Fichtner a3784e913e */*: sync with upstream
Taken from: FreeBSD
2023-03-14 08:04:35 +01:00

21 lines
376 B
Makefile

PORTNAME= indicators
DISTVERSIONPREFIX= v
DISTVERSION= 2.3
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for thread-safe progress bars and spinners
WWW= https://github.com/p-ranav/indicators
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= p-ranav
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>