c684cfdb5d
This package provides two MetaPost include files that define all the colorbrewer2.org colours: colorbrewer-cmyk.mp colorbrewer-rgb.mp The first defines all the colours as CMYK, the second as RGB. Use whichever one you prefer. For an example of what you can do, and a list of all the names, have a look at colorbrewer-sampler.mp. You can also see the names on http://colorbrewer2.org.
13 lines
384 B
Makefile
13 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/02/02 00:35:39 markd Exp $
|
|
|
|
DISTNAME= metapost-colorbrewer.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2018
|
|
TEXLIVE_REV= 48753
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/metapost-colorbrewer
|
|
COMMENT= Documentation for tex-metapost-colorbrewer
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|