Files
ports/devel/indicators/Makefile
T

23 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= indicators
DISTVERSIONPREFIX= v
DISTVERSION= 2.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for thread-safe progress bars and spinners
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>