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.
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/01/18 23:34:40 rillig Exp $
|
|
|
|
DISTNAME= plain
|
|
PKGNAME= tex-${DISTNAME}-3.141592653.43076
|
|
PKGREVISION= 2
|
|
TEXLIVE_REV= 43076
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/plain
|
|
COMMENT= The Plain TeX format
|
|
#LICENSE= knuth
|
|
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
|
|
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
|
DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|