blob: 9c2f9c6d4eec078591c64956073bb577c00394dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $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"
|