aboutsummaryrefslogblamecommitdiff
path: root/devel/indicators/Makefile
blob: cdccf5993e6a7f14e047091202b4f2ff2c0074cc (plain) (tree)
1
2
3
4
5
6
7
8

                          
                   



                                                                                  
                                                     












                                 
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>