freebsd-ports/devel/color/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
441 B
Makefile

PORTNAME= color
DISTVERSION= g20210207
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for color conversion and manipulation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/license.txt
USE_GITHUB= yes
GH_ACCOUNT= dmilos
GH_TAGNAME= a04952cf27cc315e31811f2e940221bf8cf9f8ca
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC}/src && ${COPYTREE_SHARE} color ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>