freebsd-ports/graphics/R-cran-viridisLite/Makefile
TAKATSU Tomonari 37b773079b - Add new port: graphics/R-cran-viridisLite
Port of the new 'matplotlib' color maps ('viridis' - the default -,
  'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib'
  <http://matplotlib.org/> is a popular plotting library for 'python'.
  These color maps are designed in such a way that they will analytically
  be perfectly perceptually-uniform, both in regular form and also
  when converted to black-and-white. They are also designed to be
  perceived by readers with the most common form of color blindness.

  WWW: https://cran.r-project.org/web/packages/viridisLite/
2017-05-08 07:59:41 +00:00

16 lines
315 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= viridisLite
PORTVERSION= 0.2.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Default Color Maps from 'matplotlib' (Lite Version)
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>