Changes: - More languages are supported in varioref. - Copyright information updates. - Other bug fixes and improvements.
14 lines
369 B
Makefile
14 lines
369 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/01/29 09:10:13 minskim Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
DISTNAME= tools
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= The LaTeX standard tools bundle
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|