16 lines
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/05/03 00:08:53 minskim Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
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/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|