Ticket #968: Portfile

File Portfile, 1.1 KB (added by sean@…, 21 years ago)

Updated Portfile for net-snmp 5.0.8

Line 
1# $Id: Portfile,v 1.4 2003/08/05 21:02:30 jkh Exp $
2
3PortSystem 1.0
4name            net-snmp
5version         5.0.9
6categories      net
7maintainers     sean@sfarc.net
8description     An extendable SNMP implementation
9long_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.
13homepage        http://net-snmp.sourceforge.net/
14platforms       darwin
15master_sites    sourceforge:${name}
16checksums       md5 cecd5ec74f5c546c1ea7ed7987b5932b
17depends_build   path:/usr/include/netinet/ip_var.h:netinet-headers
18patchfiles      patch-Makefile.in
19configure.args  --enable-shared --disable-static --with-defaults \
20                --with-sys-contact=nobody@no.where \
21                --with-mib-modules="host disman/event-mib smux"
22
23variant server {
24depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
25}
26
27variant ipv6 {
28        configure.args-append --enable-ipv6
29}
30
31destroot.destdir        prefix=${destroot}/${prefix}