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.
19 lines
619 B
Makefile
19 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/18 23:33:31 rillig Exp $
|
|
|
|
DISTNAME= abntex2
|
|
PKGNAME= tex-${DISTNAME}-1.9.7
|
|
TEXLIVE_REV= 49248
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/abntex2
|
|
COMMENT= Typeset technical and scientific Brazilian documents based on ABNT rules
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-enumitem>=3.5.2:../../print/tex-enumitem
|
|
DEPENDS+= tex-hyperref>=6.83m:../../print/tex-hyperref
|
|
DEPENDS+= tex-memoir>=3.7e:../../print/tex-memoir
|
|
DEPENDS+= tex-textcase>=0.07:../../print/tex-textcase
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|