pkgsrc/net/nagios-plugin-mysqlslave/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

32 lines
844 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:52 rillig Exp $
#
PKGNAME= nagios-plugin-mysqlslave-${DISTNAME:C/.*-//}
PKGREVISION= 1
DISTNAME= check_mysql_slave-0.2
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= MySQL and MariaDB slave monitoring plugin for Nagios
LICENSE= modified-bsd
MAKE_ENV+= PREFIX=${PREFIX}
INSTALLATION_DIRS+= libexec/nagios
BUILD_DEFS+= NAGIOS_GROUP
PKG_GROUPS_VARS+= NAGIOS_GROUP
PKG_GROUPS= ${NAGIOS_GROUP}
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_mysql_slave \
${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_mysql_slave \
${DESTDIR}${PREFIX}/libexec/nagios/
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"