aboutsummaryrefslogtreecommitdiff
path: root/devel/color/Makefile
blob: d4b7040545d69d191a9650a7cb149a08fda34c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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>