mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and the static client. re: https://www.bacula.org/bacula-15-0-2/
13 lines
360 B
Text
13 lines
360 B
Text
.include <bsd.port.pre.mk>
|
|
|
|
post-build:
|
|
.if ${PKGNAMEPREFIX} == "nagios-check_"
|
|
${MAKE_CMD} -C ${WRKSRC}/examples/nagios/check_bacula
|
|
.endif
|
|
|
|
do-install:
|
|
.if ${PKGNAMEPREFIX} == "nagios-check_"
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${INSTALL_PROGRAM} ${WRKSRC}/examples/nagios/check_bacula/check_bacula \
|
|
${STAGEDIR}${PREFIX}/libexec/nagios
|
|
.endif
|