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.
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:32:22 rillig Exp $
|
|
|
|
DISTNAME= ellipse
|
|
PKGNAME= tex-${DISTNAME}-1.0
|
|
TEXLIVE_REV= 39025
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/ellipse
|
|
COMMENT= Draw ellipses and elliptical arcs using the standard LaTeX2e picture environment
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-pict2e-[0-9]*:../../print/tex-pict2e
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|