Ticket #1633: ethereal-diff

File ethereal-diff, 782 bytes (added by jbenninghoff@…, 20 years ago)

cvs-unidiff-patch

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/ethereal/Portfile,v
4retrieving revision 1.21
5diff -u -r1.21 Portfile
6--- Portfile    25 Feb 2004 08:13:28 -0000      1.21
7+++ Portfile    16 Mar 2004 20:54:25 -0000
8@@ -37,3 +37,19 @@
9        configure.args-append   --disable-ethereal
10        depends_lib-delete      lib:libgtk.2:gtk2
11 }
12+
13+variant pcre {
14+       configure.args-append   --with-pcre=${prefix}
15+       depends_lib-append      lib:libpcre:pcre
16+}
17+
18+variant net-snmp {
19+       configure.args-append   --with-net-snmp=${prefix}/bin/net-snmp-config
20+       configure.args-delete   --with-net-snmp=no
21+       depends_lib-append      lib:XXX:net-snmp
22+}
23+
24+variant adns {
25+       configure.args-append   --with-adns=${prefix}
26+       depends_lib-append      lib:XXX:adns
27+}