diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
commit | 0c8d173c4f6b9a4a6c95b359fe6590155d1587bc (patch) | |
tree | a2008911e7027e1ba5ef047b1405ee5c0b930106 /net-mgmt | |
parent | 5c8f33922e7a2a31b714ab4008b5963c0fa11c48 (diff) | |
download | freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.gz freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.zst freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.zip |
Switch to the new PHP infrastructure.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/jffnms/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-mgmt/jffnms/Makefile b/net-mgmt/jffnms/Makefile index 7e2befacf954..b53d2927b29d 100644 --- a/net-mgmt/jffnms/Makefile +++ b/net-mgmt/jffnms/Makefile @@ -7,6 +7,7 @@ PORTNAME= jffnms PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -16,10 +17,10 @@ COMMENT= Very advanced network monitoring and control system RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz \ rrdtool:${PORTSDIR}/net/rrdtool \ - php:${PORTSDIR}/lang/php4-nms \ nmap:${PORTSDIR}/security/nmap \ ${LOCALBASE}/sbin/tmpwatch:${PORTSDIR}/sysutils/tmpwatch +USE_PHP= gd snmp sockets USE_MYSQL= yes USE_REINPLACE= yes diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 2e5fada87d94..1a77e2ec82d9 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,17 +22,17 @@ OPTIONS= PGSQL "Use a PostgreSQL backend" off \ FPING "Use fping for pinging hosts" on .endif -.include <bsd.port.pre.mk> - .ifdef(ZABBIX_AGENT_ONLY) PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent PKGMESSAGE= nonexistent .else # ZABBIX_AGENT_ONLY LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms +USE_PHP= gd snmp sockets .endif # ZABBIX_AGENT_ONLY +.include <bsd.port.pre.mk> + .ifndef(WITHOUT_FPING) RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping .endif diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 2e5fada87d94..1a77e2ec82d9 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,17 +22,17 @@ OPTIONS= PGSQL "Use a PostgreSQL backend" off \ FPING "Use fping for pinging hosts" on .endif -.include <bsd.port.pre.mk> - .ifdef(ZABBIX_AGENT_ONLY) PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent PKGMESSAGE= nonexistent .else # ZABBIX_AGENT_ONLY LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms +USE_PHP= gd snmp sockets .endif # ZABBIX_AGENT_ONLY +.include <bsd.port.pre.mk> + .ifndef(WITHOUT_FPING) RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping .endif |