16 lines
450 B
Makefile
16 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/01/30 03:26:11 markd Exp $
|
|
|
|
DISTNAME= colortbl
|
|
PKGNAME= tex-${DISTNAME}-1.0a
|
|
TEXLIVE_REV= 29803
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
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"
|