blob: 96b3e845e1748a574faa96def608c954f832cf77 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# $NetBSD: Makefile,v 1.4 2016/06/16 04:03:14 markd Exp $
DISTNAME= collection-langeuropean
PKGNAME= texlive-${DISTNAME}-2016pre1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
TEXLIVE_REV= 39721
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= Other European languages TeX packages
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
# depend armtex
DEPENDS+= tex-babel-albanian-[0-9]*:../../print/tex-babel-albanian
DEPENDS+= tex-babel-bosnian-[0-9]*:../../print/tex-babel-bosnian
DEPENDS+= tex-babel-breton-[0-9]*:../../print/tex-babel-breton
DEPENDS+= tex-babel-croatian-[0-9]*:../../print/tex-babel-croatian
DEPENDS+= tex-babel-danish-[0-9]*:../../print/tex-babel-danish
DEPENDS+= tex-babel-dutch-[0-9]*:../../print/tex-babel-dutch
DEPENDS+= tex-babel-estonian-[0-9]*:../../print/tex-babel-estonian
# depend babel-finnish
DEPENDS+= tex-babel-friulan-[0-9]*:../../print/tex-babel-friulan
DEPENDS+= tex-babel-hungarian-[0-9]*:../../print/tex-babel-hungarian
DEPENDS+= tex-babel-icelandic-[0-9]*:../../print/tex-babel-icelandic
DEPENDS+= tex-babel-irish-[0-9]*:../../print/tex-babel-irish
DEPENDS+= tex-babel-kurmanji-[0-9]*:../../print/tex-babel-kurmanji
DEPENDS+= tex-babel-latin-[0-9]*:../../print/tex-babel-latin
DEPENDS+= tex-babel-latvian-[0-9]*:../../print/tex-babel-latvian
# depend babel-macedonian
DEPENDS+= tex-babel-norsk-[0-9]*:../../print/tex-babel-norsk
# depend babel-occitan
DEPENDS+= tex-babel-piedmontese-[0-9]*:../../print/tex-babel-piedmontese
DEPENDS+= tex-babel-romanian-[0-9]*:../../print/tex-babel-romanian
DEPENDS+= tex-babel-romansh-[0-9]*:../../print/tex-babel-romansh
DEPENDS+= tex-babel-samin-[0-9]*:../../print/tex-babel-samin
DEPENDS+= tex-babel-scottish-[0-9]*:../../print/tex-babel-scottish
DEPENDS+= tex-babel-slovenian-[0-9]*:../../print/tex-babel-slovenian
DEPENDS+= tex-babel-swedish-[0-9]*:../../print/tex-babel-swedish
DEPENDS+= tex-babel-turkish-[0-9]*:../../print/tex-babel-turkish
DEPENDS+= tex-babel-welsh-[0-9]*:../../print/tex-babel-welsh
# depend finbib
# depend gloss-occitan
# depend hrlatex
DEPENDS+= tex-hyphen-armenian-[0-9]*:../../print/tex-hyphen-armenian
DEPENDS+= tex-hyphen-croatian-[0-9]*:../../print/tex-hyphen-croatian
DEPENDS+= tex-hyphen-danish-[0-9]*:../../print/tex-hyphen-danish
DEPENDS+= tex-hyphen-dutch-[0-9]*:../../print/tex-hyphen-dutch
DEPENDS+= tex-hyphen-estonian-[0-9]*:../../print/tex-hyphen-estonian
DEPENDS+= tex-hyphen-finnish-[0-9]*:../../print/tex-hyphen-finnish
DEPENDS+= tex-hyphen-friulan-[0-9]*:../../print/tex-hyphen-friulan
DEPENDS+= tex-hyphen-hungarian-[0-9]*:../../print/tex-hyphen-hungarian
DEPENDS+= tex-hyphen-icelandic-[0-9]*:../../print/tex-hyphen-icelandic
DEPENDS+= tex-hyphen-irish-[0-9]*:../../print/tex-hyphen-irish
DEPENDS+= tex-hyphen-kurmanji-[0-9]*:../../print/tex-hyphen-kurmanji
DEPENDS+= tex-hyphen-latin-[0-9]*:../../print/tex-hyphen-latin
DEPENDS+= tex-hyphen-latvian-[0-9]*:../../print/tex-hyphen-latvian
DEPENDS+= tex-hyphen-lithuanian-[0-9]*:../../print/tex-hyphen-lithuanian
DEPENDS+= tex-hyphen-norwegian-[0-9]*:../../print/tex-hyphen-norwegian
# depend hyphen-occitan
DEPENDS+= tex-hyphen-piedmontese-[0-9]*:../../print/tex-hyphen-piedmontese
DEPENDS+= tex-hyphen-romanian-[0-9]*:../../print/tex-hyphen-romanian
DEPENDS+= tex-hyphen-romansh-[0-9]*:../../print/tex-hyphen-romansh
DEPENDS+= tex-hyphen-slovenian-[0-9]*:../../print/tex-hyphen-slovenian
DEPENDS+= tex-hyphen-swedish-[0-9]*:../../print/tex-hyphen-swedish
DEPENDS+= tex-hyphen-turkish-[0-9]*:../../print/tex-hyphen-turkish
DEPENDS+= tex-hyphen-uppersorbian-[0-9]*:../../print/tex-hyphen-uppersorbian
DEPENDS+= tex-hyphen-welsh-[0-9]*:../../print/tex-hyphen-welsh
# depend lithuanian
# lshort-dutch is documentation only
# lshort-estonian is documentation only
# lshort-finnish is documentation only
# lshort-slovenian is documentation only
# lshort-turkish is documentation only
# depend nevelok
# depend swebib
# depend turkmen
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
|