summaryrefslogtreecommitdiff
path: root/devel/indicators/Makefile
blob: e712a4dc30e30e0e7269b91b1e0f09528f8edb2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>