pkgsrc/net/nagios-plugin-dumpdates/Makefile
manu fa5595564d Updated net/nagios-plugin-dotpid net/nagios-plugin-dumpdates
and net/nagios-plugin-milter net/nagios-plugin-syncrepl: build
fixes for portability problems reported by Alberto Mijares
2017-03-09 23:47:47 +00:00

21 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/03/09 23:47:47 manu Exp $
#
PKGNAME= nagios-plugin-dumpdates-${DISTNAME:C/.*-//}
DISTNAME= check_dumpdates-0.3
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= /etc/dumpdates monitoring plugin for Nagios
LICENSE= modified-bsd
INSTALLATION_DIRS+= libexec/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_dumpdates \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../mk/bsd.pkg.mk"