blob: f3a572541134793489eb49b82e3bf2ef9c9e5360 (
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
|
# $NetBSD: Makefile,v 1.5 2015/06/14 13:28:53 markd Exp $
DISTNAME= collection-langother
PKGNAME= texlive-${DISTNAME}-2015
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
TEXLIVE_REV= 31014
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= Other languages TeX packages
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
# amsldoc-vn is documentation only
DEPENDS+= tex-aramaic-serto-[0-9]*:../../fonts/tex-aramaic-serto
DEPENDS+= tex-babel-bahasa-[0-9]*:../../print/tex-babel-bahasa
DEPENDS+= tex-babel-esperanto-[0-9]*:../../print/tex-babel-esperanto
DEPENDS+= tex-babel-georgian-[0-9]*:../../print/tex-babel-georgian
DEPENDS+= tex-babel-hebrew-[0-9]*:../../print/tex-babel-hebrew
DEPENDS+= tex-babel-interlingua-[0-9]*:../../print/tex-babel-interlingua
DEPENDS+= tex-babel-sorbian-[0-9]*:../../print/tex-babel-sorbian
DEPENDS+= tex-babel-thai-[0-9]*:../../print/tex-babel-thai
DEPENDS+= tex-babel-vietnamese-[0-9]*:../../print/tex-babel-vietnamese
DEPENDS+= tex-cjhebrew-[0-9]*:../../fonts/tex-cjhebrew
DEPENDS+= tex-ctib-[0-9]*:../../print/tex-ctib
DEPENDS+= tex-fonts-tlwg-[0-9]*:../../fonts/tex-fonts-tlwg
DEPENDS+= tex-hyphen-afrikaans-[0-9]*:../../print/tex-hyphen-afrikaans
DEPENDS+= tex-hyphen-coptic-[0-9]*:../../print/tex-hyphen-coptic
DEPENDS+= tex-hyphen-esperanto-[0-9]*:../../print/tex-hyphen-esperanto
DEPENDS+= tex-hyphen-georgian-[0-9]*:../../print/tex-hyphen-georgian
DEPENDS+= tex-hyphen-indonesian-[0-9]*:../../print/tex-hyphen-indonesian
DEPENDS+= tex-hyphen-interlingua-[0-9]*:../../print/tex-hyphen-interlingua
DEPENDS+= tex-hyphen-thai-[0-9]*:../../print/tex-hyphen-thai
DEPENDS+= tex-hyphen-turkmen-[0-9]*:../../print/tex-hyphen-turkmen
# lshort-thai is documentation only
# lshort-vietnamese is documentation only
# ntheorem-vn is documentation only
DEPENDS+= tex-vntex-[0-9]*:../../print/tex-vntex
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
|