summaryrefslogtreecommitdiff
path: root/print/tex-colortbl/Makefile
blob: f70185ae14b5cd124b8992d62f0cd8e0225e11f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2010/02/19 18:19:44 minskim Exp $
# TeX Live Revision 12408

DISTNAME=	colortbl
PKGNAME=	tex-${DISTNAME}-0.1
PKGREVISION=	1

MAINTAINER=	minskim@NetBSD.org
COMMENT=	LaTeX package to add color to tables

DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools

.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"