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.
39 lines
1.6 KiB
Makefile
39 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/18 23:35:00 rillig Exp $
|
|
|
|
DISTNAME= tufte-latex
|
|
PKGNAME= tex-${DISTNAME}-3.5.2
|
|
TEXLIVE_REV= 37649
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/tufte-latex
|
|
COMMENT= Document classes inspired by the work of Edward Tufte
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= tex-bera-[0-9]*:../../fonts/tex-bera
|
|
DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage
|
|
DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
|
|
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
|
|
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype
|
|
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
|
|
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist
|
|
DEPENDS+= tex-placeins-[0-9]*:../../print/tex-placeins
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-sauerj-[0-9]*:../../print/tex-sauerj
|
|
DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace
|
|
DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul
|
|
DEPENDS+= tex-textcase-[0-9]*:../../print/tex-textcase
|
|
DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|