# farver 2.1.0 * Added support for OKLab and OKLch (polar version of OKLab) colour spaces * Added `encode_native()` and `decode_native()` to convert back and forth between the internal R colour format.
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/09/18 14:48:44 mef Exp $
|
|
|
|
R_PKGNAME= farver
|
|
R_PKGVER= 2.1.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= High Performance Colour Space Manipulation
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|