forked from Lainports/freebsd-ports
21 lines
376 B
Makefile
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>
|