pkgsrc/sysutils/etcutils/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

32 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/18 23:35:16 rillig Exp $
#
DISTNAME= etcutils-0.1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/etcutils/0.1/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/~jmmv/etcutils/
COMMENT= Utilities to programmatically edit configuration files
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=/etc SH=${SH}
PKG_OPTIONS_VAR= PKG_OPTIONS.etcutils
PKG_SUPPORTED_OPTIONS= tests
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --with-atf
DEPENDS+= atf-[0-9]*:../../devel/atf
PLIST_SUBST+= TESTS=
.else
CONFIGURE_ARGS+= --without-atf
PLIST_SUBST+= TESTS="@comment"
.endif
.include "../../mk/bsd.pkg.mk"