blob: 6bb9b1e220392cc90f9c41a5f3664bc14b90fcef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.3 2017/08/17 03:30:07 markd Exp $
DISTNAME= tcolorbox
PKGNAME= tex-${DISTNAME}-4.10
TEXLIVE_REV= 44759
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/tcolorbox
COMMENT= Coloured boxes, for LaTeX examples and theorems, etc
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-environ-[0-9]*:../../print/tex-environ
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
DEPENDS+= tex-incgraph-[0-9]*:../../graphics/tex-incgraph
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-marginnote-[0-9]*:../../print/tex-marginnote
DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym
DEPENDS+= tex-minted-[0-9]*:../../print/tex-minted
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|