--- net-mgmt/zabbix-server/Makefile.orig 2010-05-14 14:42:16.228802565 +0400 +++ net-mgmt/zabbix-server/Makefile 2010-05-14 14:43:08.926546411 +0400 @@ -60,6 +60,7 @@ SQLITE "Use SQLite backend" off \ IPV6 "Support for IPv6" on \ LDAP "Support for checking LDAP servers" on \ + IPMI "Support for IPMI" off \ JABBER "Use jabber media type" on \ FPING "Use fping for pinging hosts" on \ SSH "Use libssh2 for SSH-based checks" off @@ -87,6 +88,11 @@ CONFIGURE_ARGS+= --with-ldap .endif +.ifndef WITHOUT_IPMI +LIB_DEPENDS+= OpenIPMI:${PORTSDIR}/sysutils/OpenIPMI +CONFIGURE_ARGS+= --with-openipmi +.endif + .ifndef WITHOUT_JABBER LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel CONFIGURE_ARGS+= --with-jabber