a292ddda76
* withdrawn the support of \lstinline{..} in a tabular environment * added a section with workarounds of that and some other problems * added keywords for Lua 5.3.0
21 lines
690 B
Makefile
21 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/08/02 11:19:20 markd Exp $
|
|
|
|
DISTNAME= listings
|
|
PKGNAME= tex-${DISTNAME}-1.6
|
|
TEXLIVE_REV= 37534
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/listings
|
|
COMMENT= Typeset source code listings using LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb20
|
|
DEPENDS+= tex-algorithms-[0-9]*:../../print/tex-algorithms
|
|
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-url>=3.2:../../print/tex-url
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|