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.
17 lines
477 B
Makefile
17 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/18 23:32:31 rillig Exp $
|
|
|
|
DISTNAME= pst-barcode
|
|
PKGNAME= tex-${DISTNAME}-0.18
|
|
TEXLIVE_REV= 45096
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/pst-barcode
|
|
COMMENT= Print barcodes using PostScript
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|