summaryrefslogtreecommitdiff
path: root/devel/termcolor/Makefile
blob: b0ac54f677ea0d24b9e6e1d62ee338ef41eb7162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	termcolor
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0.0
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Header-only C++ library for printing colored messages to the terminal

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake
USE_GITHUB=	yes
GH_ACCOUNT=	ikalnytskyi

NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	include/termcolor/termcolor.hpp \
		lib/cmake/termcolor/termcolor-config.cmake \
		lib/cmake/termcolor/termcolor-targets.cmake

.include <bsd.port.mk>