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.
22 lines
771 B
Makefile
22 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/18 23:33:32 rillig Exp $
|
|
|
|
DISTNAME= algorithm2e
|
|
PKGNAME= tex-${DISTNAME}-5.2
|
|
TEXLIVE_REV= 44846
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/algorithm2e
|
|
COMMENT= Floating algorithm environment with algorithmic keywords
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-endfloat-[0-9]*:../../print/tex-endfloat
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize
|
|
DEPENDS+= tex-tocbibind-[0-9]*:../../print/tex-tocbibind
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|