blob: 8f3b84fc7bfb8fd9b3df648c23b7ebf4c129fca9 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# $NetBSD: Makefile,v 1.5 2017/06/22 09:37:20 markd Exp $
DISTNAME= collection-context
PKGNAME= texlive-${DISTNAME}-2017pre1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
TEXLIVE_REV= 42330
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= ConTeXt and packages
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
DEPENDS+= tex-context-[0-9]*:../../print/tex-context
DEPENDS+= tex-jmn-[0-9]*:../../fonts/tex-jmn
DEPENDS+= tex-context-account-[0-9]*:../../print/tex-context-account
DEPENDS+= tex-context-algorithmic-[0-9]*:../../print/tex-context-algorithmic
DEPENDS+= tex-context-animation-[0-9]*:../../print/tex-context-animation
DEPENDS+= tex-context-annotation-[0-9]*:../../print/tex-context-annotation
DEPENDS+= tex-context-bnf-[0-9]*:../../print/tex-context-bnf
DEPENDS+= tex-context-chromato-[0-9]*:../../print/tex-context-chromato
# depend context-cmscbf
# depend context-cmttbf
DEPENDS+= tex-context-construction-plan-[0-9]*:../../print/tex-context-construction-plan
DEPENDS+= tex-context-cyrillicnumbers-[0-9]*:../../print/tex-context-cyrillicnumbers
DEPENDS+= tex-context-degrade-[0-9]*:../../print/tex-context-degrade
DEPENDS+= tex-context-fancybreak-[0-9]*:../../print/tex-context-fancybreak
DEPENDS+= tex-context-filter-[0-9]*:../../print/tex-context-filter
DEPENDS+= tex-context-french-[0-9]*:../../print/tex-context-french
DEPENDS+= tex-context-fullpage-[0-9]*:../../print/tex-context-fullpage
DEPENDS+= tex-context-gantt-[0-9]*:../../print/tex-context-gantt
DEPENDS+= tex-context-gnuplot-[0-9]*:../../print/tex-context-gnuplot
# depend context-inifile
# depend context-layout
DEPENDS+= tex-context-letter-[0-9]*:../../print/tex-context-letter
DEPENDS+= tex-context-lettrine-[0-9]*:../../print/tex-context-lettrine
DEPENDS+= tex-context-mathsets-[0-9]*:../../print/tex-context-mathsets
# only a doc package exists
#DEPENDS+= tex-context-notes-zh-cn-[0-9]*:../../print/tex-context-notes-zh-cn
DEPENDS+= tex-context-rst-[0-9]*:../../print/tex-context-rst
DEPENDS+= tex-context-ruby-[0-9]*:../../print/tex-context-ruby
DEPENDS+= tex-context-simplefonts-[0-9]*:../../print/tex-context-simplefonts
DEPENDS+= tex-context-simpleslides-[0-9]*:../../print/tex-context-simpleslides
DEPENDS+= tex-context-title-[0-9]*:../../print/tex-context-title
DEPENDS+= tex-context-transliterator-[0-9]*:../../print/tex-context-transliterator
DEPENDS+= tex-context-typearea-[0-9]*:../../print/tex-context-typearea
DEPENDS+= tex-context-typescripts-[0-9]*:../../print/tex-context-typescripts
DEPENDS+= tex-context-vim-[0-9]*:../../print/tex-context-vim
DEPENDS+= tex-context-visualcounter-[0-9]*:../../print/tex-context-visualcounter
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
|