pkgsrc/devel/tex-l3kernel/Makefile
minskim 9d20566280 Import tex-l3kernel-0.2900 as devel/tex-l3kernel.
The l3kernel bundle provides an implementation of the LaTeX3
programmers' interface, as a set of packages that run under LaTeX 2e.
The interface provides the foundation on which the LaTeX3 kernel and
other future code are built: it is an API for TeX programmers. The
packages are set up so that the LaTeX3 conventions can be used with
regular LaTeX 2e packages. All the files of the bundle are also
available in the Subversion (SVN) repository of the LaTeX3 Project. The
bundle on CTAN is based on a snapshot of the SVN repository on
2011-10-09.
2011-11-05 15:44:38 +00:00

25 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 15:44:38 minskim Exp $
DISTNAME= l3kernel
PKGNAME= tex-${DISTNAME}-0.2900
TEXLIVE_REV= 24256
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX3 programming conventions
DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs
DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
DEPENDS+= tex-csquotes-[0-9]*:../../print/tex-csquotes
DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= tex-underscore-[0-9]*:../../print/tex-underscore
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"