81e1387a6d
Provides easy driver-independent access to several kinds of color tints, shades, tones, and mixes of arbitrary colors. It allows a user to select a document-wide target color model and offers complete tools for conversion between eight color models. Additionally, there is a command for alternating row colors plus repeated non-aligned material (like horizontal lines) in tables. Colors can be mixed like \color{red!30!green!40!blue}.
13 lines
349 B
Makefile
13 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:37:04 markd Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
DISTNAME= xcolor
|
|
PKGNAME= tex-${DISTNAME}-2.11
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Driver-independent color extensions for LaTeX and pdfLaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb22
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|