Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/observium/Makefile
| # Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php | # Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php | ||||
| PORTNAME= observium | PORTNAME= observium | ||||
| PORTVERSION= 0.19.8 | PORTVERSION= 0.19.8 | ||||
| PORTREVISION= 2 | PORTREVISION= 3 | ||||
| CATEGORIES= net-mgmt | CATEGORIES= net-mgmt | ||||
| MASTER_SITES= http://www.observium.org/ | MASTER_SITES= http://www.observium.org/ | ||||
| DISTNAME= ${PORTNAME}-community-latest | DISTNAME= ${PORTNAME}-community-latest | ||||
| DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} | DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} | ||||
| PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} | PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring | COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring | ||||
| Show All 37 Lines | |||||
| PYPOLLER_DESC= Enable Python Poller Wrapper | PYPOLLER_DESC= Enable Python Poller Wrapper | ||||
| FPING_RUN_DEPENDS= fping:net/fping | FPING_RUN_DEPENDS= fping:net/fping | ||||
| IPMITOOL_RUN_DEPENDS= ipmitool:sysutils/ipmitool | IPMITOOL_RUN_DEPENDS= ipmitool:sysutils/ipmitool | ||||
| LIBVIRT_RUN_DEPENDS= virsh:devel/libvirt | LIBVIRT_RUN_DEPENDS= virsh:devel/libvirt | ||||
| NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins | NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins | ||||
| NMAP_RUN_DEPENDS= nmap:security/nmap | NMAP_RUN_DEPENDS= nmap:security/nmap | ||||
| PYPOLLER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} | PYPOLLER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion-lts | |||||
| .else | |||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion | SUBVERSION_RUN_DEPENDS= svn:devel/subversion | ||||
| .endif | |||||
| WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client | WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| SUB_FILES+= pkg-message observium.conf.sample | SUB_FILES+= pkg-message observium.conf.sample | ||||
| SUB_LIST+= PHP="${PREFIX}/bin/php" PYTHON="${PYTHON_CMD}" | SUB_LIST+= PHP="${PREFIX}/bin/php" PYTHON="${PYTHON_CMD}" | ||||
| ROOT_FILES= add_device.php adduser.php alerter.php \ | ROOT_FILES= add_device.php adduser.php alerter.php \ | ||||
| ▲ Show 20 Lines • Show All 68 Lines • Show Last 20 Lines | |||||