# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
license {GPL-2 OpenSSLException}
maintainers free.fr:fclaire openmaintainer
description Xymon network monitor Server
long_description Xymon is a system for monitoring of hosts and networks, \
inspired by the Big Brother system. It provides real-time \
monitoring, an easy web-interface, historical data, \
availability reports and performance graphs. \
Xymon was previously known as \"Hobbit\".
homepage http://www.xymon.com/
master_sites sourceforge:project/xymon/Xymon/${version}
distname ${shortname}-${version}
checksums sha256 cbd0586c77378c92d9866497c8e5ddc64ec9973e4078e44860f572258f8521c5 \
rmd160 c43ac804be298dca61d0f310bd599caea0b804de
depends_lib port:rrdtool \
path:lib/libssl.dylib:openssl \
if {${os.platform} eq "darwin" && ${os.major} > 8} {
set xymongroup ${xymonuser}
set xytopdir ${prefix}/lib/${shortname}
set xyetcdir ${xytopdir}/etc
set xybindir ${xytopdir}/server/bin
set xylogdir ${prefix}/var/log/${shortname}
set xytmpdir ${xytopdir}/tmp
set xyvardir ${xytopdir}/data
set xywebdir ${xytopdir}/web
set xywwwdir ${xytopdir}/www
configure.cmd ./configure.server
configure.args-append --rrdinclude ${prefix}/include \
--pcreinclude ${prefix}/include \
--pcrelib ${prefix}/lib \
--sslinclude ${prefix}/include \
--ldapinclude ${prefix}/include \