1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Switch to options helpers

- Remove redundant SUB_LIST and unneeded <bsd.port.options.mk> inclusion
This commit is contained in:
Dmitry Marakasov 2017-02-19 09:01:38 +00:00
parent 04d19f5776
commit 784996b6be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434399
2 changed files with 11 additions and 14 deletions

View File

@ -15,21 +15,9 @@ LICENSE= GPLv2
USES= compiler:c++11-lib gmake
GNU_CONFIGURE= yes
OPTIONS_SINGLE= NAGIOS
OPTIONS_SINGLE_NAGIOS= NAGIOS3 NAGIOS4
OPTIONS_DEFAULT= NAGIOS3
NAGIOS3_DESC= build for nagios-3.x
NAGIOS4_DESC= build for nagios-4.x
NAGIOS4_CONFIGURE_ON= --with-nagios4
.include <bsd.port.options.mk>
PLIST_FILES= lib/mk-livestatus/unixcat \
lib/mk-livestatus/livestatus.o
SUB_FILES= pkg-message
SUB_LIST= PREFIX=${PREFIX}
PORTEXAMPLES= *
EXAMPLE_FILES= api/python/example_multisite.py \
@ -41,6 +29,16 @@ EXAMPLE_FILES= api/python/example_multisite.py \
# parameter "command_file" from nagios.cfg
COMMAND_FILE?= /var/spool/nagios/rw/live
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SINGLE= NAGIOS
OPTIONS_SINGLE_NAGIOS= NAGIOS3 NAGIOS4
OPTIONS_DEFAULT= NAGIOS3
NAGIOS3_DESC= build for nagios-3.x
NAGIOS4_DESC= build for nagios-4.x
NAGIOS4_CONFIGURE_ON= --with-nagios4
# perl api is really outdated, do not install!
# Actual version can be found on CPAN
# http://search.cpan.org/~nierlein/Monitoring-Livestatus/
@ -55,7 +53,7 @@ post-patch:
@${SED} -i '' -e 's|/usr/local/nagios/var/rw/live|${COMMAND_FILE}|' \
${WRKSRC}/src/livestatus.h
post-install:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
( cd ${WRKSRC} && ${COPYTREE_SHARE} api\* ${STAGEDIR}${EXAMPLESDIR}/ )

View File

@ -9,5 +9,4 @@ actively write out data e.g. to the disk. Instead, it opens a socket for
external applications to connect to and fetch the current status
information from Nagios.
WWW: http://mathias-kettner.de/checkmk_livestatus.html