pkgsrc/graphics/R-farver/Makefile
mef e74a97bfd0 (graphics/R-farver) Updated 2.0.3 to 2.1.0
# 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.
2021-09-18 14:48:44 +00:00

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"