21 lines
441 B
Makefile
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>
|