Skip to content

Commit

Permalink
provide some extra variants to cover configure options...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@2031 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jean-Pierre Mouilleseaux committed Feb 14, 2003
1 parent 656272c commit 5c6b183
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions net/ettercap/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
name ettercap
version 0.6.9
revision 1
revision 2
categories net security
maintainers jpm@opendarwin.org
description multipurpose sniffer/interceptor/logger for switched LAN
Expand All @@ -24,8 +24,20 @@ master_sites \
http://switch.dl.sourceforge.net/sourceforge/ettercap/ \
http://cesnet.dl.sourceforge.net/sourceforge/ettercap/
checksums md5 7cd239755619e3388eb5870d366b6f6a
configure.args --enable-ncurses --enable-https
configure.args --enable-ncurses --disable-gtk --enable-https \
--disable-devel

variant darwin {
depends_lib lib:dlcompat:dlcompat
depends_lib-append lib:dlcompat:dlcompat
}
variant gtk {
depends_lib-append lib:libgtk.1:gtk
configure.args-append --enable-gtk
}
variant devel {
configure.args-append --enable-devel
}
variant ssl {
# depends_lib-append lib:libssl:libssl
configure.args-append --with-openssl
}

0 comments on commit 5c6b183

Please sign in to comment.