b138c92e2a
comment latex-via-exemplos
28 lines
931 B
Makefile
28 lines
931 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/01/22 11:00:25 markd Exp $
|
|
|
|
DISTNAME= collection-langportuguese
|
|
PKGNAME= texlive-${DISTNAME}-2018
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 47524
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= Portuguese TeX packages
|
|
|
|
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
|
|
|
|
DEPENDS+= tex-babel-portuges-[0-9]*:../../print/tex-babel-portuges
|
|
# beamer-tut-pt is documentation only
|
|
# cursolatex is documentation only
|
|
DEPENDS+= tex-feupphdteses-[0-9]*:../../print/tex-feupphdteses
|
|
DEPENDS+= tex-hyphen-portuguese-[0-9]*:../../print/tex-hyphen-portuguese
|
|
# latex-via-exemplos is documentation only
|
|
# latexcheat-ptbr is documentation only
|
|
# lshort-portuguese is documentation only
|
|
DEPENDS+= tex-ordinalpt-[0-9]*:../../print/tex-ordinalpt
|
|
# xypic-tut-pt is documentation only
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|