blob: 6b4b2e580c6d2ad027fc2196df46abdb62bc7ec0 (
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.4 2015/05/17 11:41:41 markd Exp $
DISTNAME= collection-langchinese
PKGNAME= texlive-${DISTNAME}-2014pre1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
TEXLIVE_REV= 35576
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= Chinese TeX packages
DEPENDS+= texlive-collection-langcjk-[0-9]*:../../meta-pkgs/texlive-collection-langcjk
DEPENDS+= tex-arphic-[0-9]*:../../fonts/tex-arphic
# asymptote-by-example-zh-cn is documentation only
# asymptote-faq-zh-cn is documentation only
# asymptote-manual-zh-cn is documentation only
DEPENDS+= tex-cmsd-[0-9]*:../../fonts/tex-cmsd
# depend ctex
# ctex-faq is documentation only
# depend fandol
DEPENDS+= tex-hyphen-chinese-[0-9]*:../../print/tex-hyphen-chinese
# impatient-cn is documentation only
# latex-notes-zh-cn is documentation only
# lshort-chinese is documentation only
# texlive-zh-cn is documentation only
# depend xpinyin
# depend zhmetrics
# depend zhnumber
# depend zhspacing
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
|