pkgsrc/net/nagios-plugin-dnsmaster/Makefile
manu 2534da93e5 Added net/nagios-plugin-dnsmaster version 0.1
This Nagios plugin checks that domain NS servers are consistant over
local and distant server.
2018-12-03 02:29:20 +00:00

21 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/12/03 02:29:20 manu Exp $
#
DISTNAME= check_dnsmaster-0.1
PKGNAME= nagios-plugin-dnsmaster-${DISTNAME:C/.*-//}
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/
COMMENT= Domain NS record monitoring plugin for Nagios
LICENSE= modified-bsd
INSTALLATION_DIRS+= libexec/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_dnsmaster \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../mk/bsd.pkg.mk"