53 lines
2.2 KiB
Makefile
53 lines
2.2 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2010/05/03 18:45:36 minskim Exp $
|
|
# TeX Live Revision 17228
|
|
|
|
DISTNAME= collection-basic
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
PKGREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= Essential programs and files for TeX
|
|
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-apalike-[0-9]*:../../print/tex-apalike
|
|
DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
|
|
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
|
|
DEPENDS+= tex-dvipdfm-[0-9]*:../../print/tex-dvipdfm
|
|
DEPENDS+= tex-dvipdfmx-[0-9]*:../../print/tex-dvipdfmx
|
|
DEPENDS+= tex-dvipdfmx-def-[0-9]*:../../print/tex-dvipdfmx-def
|
|
DEPENDS+= tex-dvips-[0-9]*:../../print/tex-dvips
|
|
DEPENDS+= tex-enctex-[0-9]*:../../print/tex-enctex
|
|
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
|
|
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
|
|
DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
|
|
DEPENDS+= gsftopkk-[0-9]*:../../fonts/gsftopkk
|
|
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
|
DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
|
|
DEPENDS+= lua-alt-getopt>=0.7.0:../../devel/lua-alt-getopt
|
|
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
|
|
DEPENDS+= tex-makeindex-[0-9]*:../../textproc/tex-makeindex
|
|
DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
|
|
DEPENDS+= tex-mflogo-[0-9]*:../../fonts/tex-mflogo
|
|
DEPENDS+= tex-mfware-[0-9]*:../../fonts/tex-mfware
|
|
DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc
|
|
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
|
|
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
|
|
DEPENDS+= dialog-[0-9]*:../../misc/dialog
|
|
DEPENDS+= tex-tetex-[0-9]*:../../print/tex-tetex
|
|
DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
|
|
# texlive-tetex installs texconfig
|
|
DEPENDS+= texlive-tetex-[0-9]*:../../print/texlive-tetex
|
|
# texlive-msg-translations is not needed in pkgsrc.
|
|
DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
|
|
# texlive.infra is not needed in pkgsrc.
|
|
DEPENDS+= tex-xdvi-[0-9]*:../../print/tex-xdvi
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|