summaryrefslogtreecommitdiff
path: root/print/tex-colortbl/Makefile
blob: c214eca92be4a81ee1412049fdd1dbfa4bc35ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.9 2020/05/01 00:15:11 markd Exp $

DISTNAME=	colortbl
PKGNAME=	tex-${DISTNAME}-1.0e
TEXLIVE_REV=	53545

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/colortbl
COMMENT=	Add colour to LaTeX tables
LICENSE=	lppl-1.3c

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/package.mk"
.include "../../mk/bsd.pkg.mk"