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.
22 lines
564 B
Makefile
22 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/18 23:31:06 rillig Exp $
|
|
|
|
.include "../../print/texlive/Makefile.common"
|
|
|
|
PKGNAME= ps2pkm-1.8
|
|
PKGREVISION= 3
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= https://www.tug.org/texlive/
|
|
COMMENT= Tool to convert PostSCript fonts into TeX PK fonts
|
|
|
|
DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea
|
|
|
|
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/ps2pk
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pk
|
|
|
|
CONFIGURE_ARGS+= --with-system-kpathsea
|
|
|
|
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|