pkgsrc/net/nagios-plugin-dnsrbl/Makefile
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

21 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/11/03 11:45:42 rillig Exp $
#
PKGNAME= nagios-plugin-dnsrbl-${DISTNAME:C/.*-//}
DISTNAME= check_dnsrbl-0.4
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= DNSRBL monitoring plugin for Nagios
LICENSE= modified-bsd
INSTALLATION_DIRS+= libexec/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_dnsrbl \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../mk/bsd.pkg.mk"