pkgsrc/print/tex-xcolor/Makefile
markd 81e1387a6d Import tex-xcolor-2.11
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}.
2010-04-09 21:37:04 +00:00

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"