1 | # $Id: Portfile,v 1.4 2003/08/05 21:02:30 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name net-snmp |
---|
5 | version 5.0.9 |
---|
6 | categories net |
---|
7 | maintainers sean@sfarc.net |
---|
8 | description An extendable SNMP implementation |
---|
9 | long_description This is UCD SNMP, a derivative of CMU's SNMP package. Various tools relating to the \ |
---|
10 | Simple Network Management Protocol including: an extensible agent, an SNMP library, \ |
---|
11 | tools to request or set information from SNMP agents, tools to generate and handle \ |
---|
12 | SNMP traps, a version of the unix 'netstat' command using SNMP, a Tk/perl MIB browser. |
---|
13 | homepage http://net-snmp.sourceforge.net/ |
---|
14 | platforms darwin |
---|
15 | master_sites sourceforge:${name} |
---|
16 | checksums md5 cecd5ec74f5c546c1ea7ed7987b5932b |
---|
17 | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
---|
18 | patchfiles patch-Makefile.in |
---|
19 | configure.args --enable-shared --disable-static --with-defaults \ |
---|
20 | --with-sys-contact=nobody@no.where \ |
---|
21 | --with-mib-modules="host disman/event-mib smux" |
---|
22 | |
---|
23 | variant server { |
---|
24 | depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup |
---|
25 | } |
---|
26 | |
---|
27 | variant ipv6 { |
---|
28 | configure.args-append --enable-ipv6 |
---|
29 | } |
---|
30 | |
---|
31 | destroot.destdir prefix=${destroot}/${prefix} |
---|