eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
21 lines
554 B
Makefile
21 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/11/03 11:45:42 rillig 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"
|