7edc38d4a5
This tests that everything listed in /etc/fstab is really mounted or used as swap.
26 lines
667 B
Makefile
26 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/26 15:55:12 manu Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//}
|
|
DISTNAME= check_fstab-0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://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"
|