1 | # $Id: Portfile,v 1.1 2003/03/06 23:08:29 fkr Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name net-snmp |
---|
5 | version 5.0.8 |
---|
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 http://unc.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
16 | http://umn.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
17 | http://telia.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
18 | http://twtelecom.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
19 | http://easynews.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
20 | http://belnet.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
21 | http://switch.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
22 | http://cesnet.dl.sourceforge.net/sourceforge/net-snmp/ |
---|
23 | checksums md5 9fa8555c1a9d68008b3b0df52721ee82 |
---|
24 | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
---|
25 | patchfiles patch-Makefile.in |
---|
26 | configure.args --enable-shared --disable-static --with-defaults \ |
---|
27 | --with-sys-contact=nobody@no.where \ |
---|
28 | --with-mib-modules="host disman/event-mib smux" |
---|
29 | |
---|
30 | variant server { |
---|
31 | depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup |
---|
32 | } |
---|
33 | |
---|
34 | variant ipv6 { |
---|
35 | configure.args-append --enable-ipv6 |
---|
36 | } |
---|
37 | |
---|
38 | install.destroot prefix=${destroot}/${prefix} |
---|