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.
18 lines
519 B
Makefile
18 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/18 23:32:33 rillig Exp $
|
|
|
|
DISTNAME= pst-tree
|
|
PKGNAME= tex-${DISTNAME}-1.13
|
|
TEXLIVE_REV= 43272
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pst-tree
|
|
COMMENT= Trees, using pstricks
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
|
|
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|