pkgsrc/devel/termcolor/buildlink3.mk
plunky fdeefed464 Add termcolor-2.0.0
Termcolor is a header-only C++ library for printing colored
messages to the terminal. Written just for fun with a help
of the Force. Termcolor uses ANSI color formatting, so you
can use it on every system that is used such terminals (most
*nix systems, including Linux and Mac OS).
2021-12-31 17:25:25 +00:00

12 lines
300 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/12/31 17:25:25 plunky Exp $
BUILDLINK_TREE+= termcolor
.if !defined(TERMCOLOR_BUILDLINK3_MK)
TERMCOLOR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.termcolor+= termcolor>=2.0.0
BUILDLINK_PKGSRCDIR.termcolor?= ../../devel/termcolor
.endif
BUILDLINK_TREE+= -termcolor