| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net-mgmt/nagios-check_tftp/ |
Upload File : |
PORTNAME= check_tftp
PORTVERSION= 1.0.1
CATEGORIES= net-mgmt
MASTER_SITES= http://mymixrechner.de/freebsd-ports/distfiles/
PKGNAMEPREFIX= nagios-
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
MAINTAINER= holgerrepp@googlemail.com
COMMENT= Nagios plugin to check TFTP servers
WWW= https://mathias-kettner.de/download/check_tftp
RUN_DEPENDS= bash:shells/bash \
${LOCALBASE}/bin/tftp:ftp/tftp-hpa
PLIST_FILES= libexec/nagios/check_tftp
NO_BUILD= yes
NO_WRKSUBDIR= yes
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/check_tftp
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${PORTNAME} ${WRKSRC}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>