blob: 25c98d4e448d566f77b2187205404d50df628b24 (
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
|
# $NetBSD: Makefile,v 1.6 2016/09/20 13:32:19 markd Exp $
DISTNAME= collection-langpolish
PKGNAME= texlive-${DISTNAME}-2016pre2
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
TEXLIVE_REV= 30372
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= Polish TeX packages
DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
DEPENDS+= tex-babel-polish-[0-9]*:../../print/tex-babel-polish
DEPENDS+= tex-cc-pl-[0-9]*:../../fonts/tex-cc-pl
DEPENDS+= tex-gustlib-[0-9]*:../../print/tex-gustlib
# gustprog is documentation only
DEPENDS+= tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
# lshort-polish is documentation only
DEPENDS+= tex-mex-[0-9]*:../../print/tex-mex
DEPENDS+= tex-mwcls-[0-9]*:../../print/tex-mwcls
DEPENDS+= tex-pl-[0-9]*:../../fonts/tex-pl
DEPENDS+= tex-polski-[0-9]*:../../print/tex-polski
# depend przechlewski-book
DEPENDS+= tex-qpxqtx-[0-9]*:../../fonts/tex-qpxqtx
DEPENDS+= tex-tap-[0-9]*:../../print/tex-tap
# tex-virtual-academy-pl is documentation only
# texlive-pl is documentation only
DEPENDS+= tex-utf8mex-[0-9]*:../../print/tex-utf8mex
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
|