pkgsrc/net/nagios-plugin-fstab/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

25 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:51 rillig Exp $
#
PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//}
DISTNAME= check_fstab-0.3
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
MAINTAINER= manu@NetBSD.org
HOMEPAGE= https://ftp.espci.fr/pub/nagios-local/
COMMENT= Mount points and swaps monitoring plugin for Nagios
LICENSE= modified-bsd
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= libexec/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_fstab \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../mk/bsd.pkg.mk"