pkgsrc/net/nagios-plugin-syncrepl/Makefile
dholland 9b21de2fbb Bump PKGREVISION of net/nagios-plugin-syncrepl for previous change.
(Honoring CFLAGS will likely change the binary package on some targets.)
2022-05-22 23:05:56 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/05/22 23:05:56 dholland Exp $
#
DISTNAME= check_syncrepl-0.5
PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
MAINTAINER= manu@NetBSD.org
HOMEPAGE= https://ftp.espci.fr/pub/nagios-local/
COMMENT= LDAP replication monitoring plugin for Nagios
LICENSE= modified-bsd
INSTALLATION_DIRS+= libexec/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_syncrepl \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"