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
509 B
Makefile
19 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.39 2020/01/18 23:33:29 rillig Exp $
|
|
|
|
DISTNAME= libspectre-0.2.8
|
|
PKGREVISION= 10
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= https://www.freedesktop.org/wiki/Software/libspectre/
|
|
COMMENT= Small library for rendering Postscript documents
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
|
|
|
.include "../../print/ghostscript/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|