22 lines
773 B
Makefile
22 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/07/16 23:59:32 minskim Exp $
|
|
# TeX Live Revision 12680
|
|
|
|
DISTNAME= ltxmisc
|
|
PKGNAME= tex-${DISTNAME}-2008.12680
|
|
PKGREVISION= 1
|
|
|
|
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-bin-latex-[0-9]*:../../print/tex-bin-latex
|
|
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/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|