27 lines
888 B
Makefile
27 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/06/14 13:28:53 markd Exp $
|
|
|
|
DISTNAME= collection-langportuguese
|
|
PKGNAME= texlive-${DISTNAME}-2015
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 30962
|
|
|
|
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
|
|
# 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"
|