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
455 B
Makefile
17 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/18 23:30:43 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= tradcpp-0.5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
|
|
|
|
MAINTAINER= dholland@NetBSD.org
|
|
HOMEPAGE= https://www.NetBSD.org/~dholland/tradcpp/
|
|
COMMENT= Traditional (K&R-style) C preprocessor
|
|
LICENSE= modified-bsd
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
USE_TOOLS+= nroff
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|