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.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/18 23:32:30 rillig Exp $
|
|
|
|
DISTNAME= pgfgantt
|
|
PKGNAME= tex-${DISTNAME}-5.0
|
|
TEXLIVE_REV= 46280
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pgfgantt
|
|
COMMENT= Draw Gantt charts with TikZ
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|