pkgsrc/graphics/R-munsell/Makefile
minskim faad277ff1 graphics/R-munsell: Import version 0.4.3
Provides easy access to, and manipulation of, the Munsell
colours. Provides a mapping between Munsell's original notation
(e.g. "5R 5/10") and hexadecimal strings suitable for use directly in
R graphics. Also provides utilities to explore slices through the
Munsell colour tree, to transform Munsell colours and display colour
palettes.
2018-03-08 19:36:13 +00:00

19 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/03/08 19:36:13 minskim Exp $
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/munsell/
COMMENT= Utilities for using Munsell colors
LICENSE= mit
R_PKGNAME= munsell
R_PKGVER= 0.4.3
DEPENDS+= R-colorspace-[0-9]*:../../graphics/R-colorspace
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"