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.
23 lines
780 B
Makefile
23 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:36 rillig Exp $
|
|
|
|
DISTNAME= tikzposter
|
|
PKGNAME= tex-${DISTNAME}-2.0
|
|
TEXLIVE_REV= 32732
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/tikzposter
|
|
COMMENT= Create scientific posters using TikZ
|
|
LICENSE= lppl-1.2
|
|
|
|
DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
|
|
DEPENDS+= tex-a0poster-[0-9]*:../../print/tex-a0poster
|
|
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
|
|
DEPENDS+= tex-extsizes-[0-9]*:../../print/tex-extsizes
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|