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.
25 lines
858 B
Makefile
25 lines
858 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/18 23:34:31 rillig Exp $
|
|
|
|
DISTNAME= minted
|
|
PKGNAME= tex-${DISTNAME}-2.5
|
|
PKGREVISION= 1
|
|
TEXLIVE_REV= 44855
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/minted
|
|
COMMENT= Highlighted source code for LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
|
|
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
|
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
|
|
DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
|
|
DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
|
|
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|