b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
32 lines
1.2 KiB
Makefile
32 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/18 23:33:00 rillig Exp $
|
|
|
|
DISTNAME= collection-langspanish
|
|
PKGNAME= texlive-${DISTNAME}-2019
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 40587
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.tug.org/texlive/
|
|
COMMENT= Spanish TeX packages
|
|
|
|
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
|
|
|
|
DEPENDS+= tex-babel-catalan-[0-9]*:../../print/tex-babel-catalan
|
|
DEPENDS+= tex-babel-galician-[0-9]*:../../print/tex-babel-galician
|
|
DEPENDS+= tex-babel-spanish-[0-9]*:../../print/tex-babel-spanish
|
|
# es-tex-faq is documentation only
|
|
DEPENDS+= tex-hyphen-catalan-[0-9]*:../../print/tex-hyphen-catalan
|
|
DEPENDS+= tex-hyphen-galician-[0-9]*:../../print/tex-hyphen-galician
|
|
DEPENDS+= tex-babel-spanglish-[0-9]*:../../print/tex-babel-spanglish
|
|
DEPENDS+= tex-hyphen-spanish-[0-9]*:../../print/tex-hyphen-spanish
|
|
# l2tabu-spanish is documentation only
|
|
# latex2e-help-texinfo-spanish is documentation only
|
|
# latexcheat-esmx is documentation only
|
|
# lshort-spanish is documentation only
|
|
DEPENDS+= tex-spanish-mx-[0-9]*:../../print/tex-spanish-mx
|
|
# texlive-es is documentation only
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|