The following packages were separated from ltxmisc: path, titleref, truncate, underscore.
21 lines
746 B
Makefile
21 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/09/24 16:33:05 minskim Exp $
|
|
|
|
DISTNAME= ltxmisc
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 19851
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Miscellaneous LaTeX packages
|
|
|
|
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-courier-[0-9]*:../../fonts/tex-courier
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|