Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/pandorafms_server/Makefile
PORTNAME= pandora_server | PORTNAME= pandora_server | ||||
PORTREVISION= 2 | PORTREVISION= 3 | ||||
CATEGORIES= net-mgmt | CATEGORIES= net-mgmt | ||||
MAINTAINER= koichiro@rworks.jp | MAINTAINER= koichiro@rworks.jp | ||||
COMMENT= Pandora FMS server | COMMENT= Pandora FMS server | ||||
WWW= http://www.pandorafms.org/ | WWW= http://www.pandorafms.org/ | ||||
LICENSE= ${PANDORA_LICENSE} | LICENSE= ${PANDORA_LICENSE} | ||||
LICENSE_FILE= ${PANDORA_LICENSE_FILE} | LICENSE_FILE= ${PANDORA_LICENSE_FILE} | ||||
PANDORA_DEPS= p5-DBI>=0:databases/p5-DBI \ | PANDORA_DEPS= p5-DBI>=0:databases/p5-DBI \ | ||||
p5-HTML-Parser>=0:www/p5-HTML-Parser \ | p5-HTML-Parser>=0:www/p5-HTML-Parser \ | ||||
p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ | p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ | ||||
p5-NetAddr-IP>=0:net-mgmt/p5-NetAddr-IP \ | p5-NetAddr-IP>=0:net-mgmt/p5-NetAddr-IP \ | ||||
net-snmp>=0:net-mgmt/net-snmp \ | net-snmp>=0:net-mgmt/net-snmp \ | ||||
p5-Socket6>=0:net/p5-Socket6 \ | p5-Socket6>=0:net/p5-Socket6 \ | ||||
p5-XML-Simple>=0:textproc/p5-XML-Simple \ | p5-XML-Simple>=0:textproc/p5-XML-Simple \ | ||||
p5-XML-Twig>=0:textproc/p5-XML-Twig \ | p5-XML-Twig>=0:textproc/p5-XML-Twig \ | ||||
p5-JSON>=0:converters/p5-JSON | p5-JSON>=0:converters/p5-JSON | ||||
BUILD_DEPENDS= ${PANDORA_DEPS} | BUILD_DEPENDS= ${PANDORA_DEPS} | ||||
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ | RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ | ||||
p5-DBD-mysql>=4:databases/p5-DBD-mysql \ | ${DBD_MYSQL} \ | ||||
wmic:net-mgmt/wmi-client \ | wmic:net-mgmt/wmi-client \ | ||||
nmap:security/nmap \ | nmap:security/nmap \ | ||||
p5-Encode-Locale>=0:converters/p5-Encode-Locale \ | p5-Encode-Locale>=0:converters/p5-Encode-Locale \ | ||||
${PANDORA_DEPS} | ${PANDORA_DEPS} | ||||
OPTIONS_DEFINE= DOCS TENTACLE XPROBE PGSQL EXTRAS | OPTIONS_DEFINE= DOCS TENTACLE XPROBE PGSQL EXTRAS | ||||
OPTIONS_DEFAULT= TENTACLE XPROBE EXTRAS | OPTIONS_DEFAULT= TENTACLE XPROBE EXTRAS | ||||
DOCS_DESC= Install AUTHORS, ChangeLog and README | DOCS_DESC= Install AUTHORS, ChangeLog and README | ||||
TENTACLE_DESC= Install tentacle_server | TENTACLE_DESC= Install tentacle_server | ||||
XPROBE_DESC= Install xprobe | XPROBE_DESC= Install xprobe | ||||
PGSQL_DESC= Use PostgreSQL backend (experimental) | PGSQL_DESC= Use PostgreSQL backend (experimental) | ||||
EXTRAS_DESC= Extra dependencies for util scripts | EXTRAS_DESC= Extra dependencies for util scripts | ||||
USES= perl5 shebangfix | USES= mysql perl5 shebangfix | ||||
SHEBANG_FILES= FreeBSD/pandora_server \ | SHEBANG_FILES= FreeBSD/pandora_server \ | ||||
bin/pandora_server \ | bin/pandora_server \ | ||||
util/integrity_check \ | util/integrity_check \ | ||||
util/pandora_backup.sh \ | util/pandora_backup.sh \ | ||||
util/pandora_count.sh \ | util/pandora_count.sh \ | ||||
util/pandora_diagnostic.sh \ | util/pandora_diagnostic.sh \ | ||||
util/pandora_remote_agent.sh \ | util/pandora_remote_agent.sh \ | ||||
util/pandora_server \ | util/pandora_server \ | ||||
▲ Show 20 Lines • Show All 69 Lines • Show Last 20 Lines |