Fix copyrights
[ampheus.git] / packages / net-analyzer / ettercap / ettercap-0.7.3.exheres-0
blobfbc67aaacc2f62ca08954efbf694f1855d4b8391
1 # Copyright 2009 Arne Janbu <arnej@ampheus.de>
2 # Distributed under the terms of the GNU General Public License v2
4 MY_P=${PN}-NG-${PV}
5 SUMMARY="A suite for man in the middle attacks and network mapping"
7 HOMEPAGE="http://ettercap.sourceforge.net/"
8 DOWNLOADS="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
10 LICENCES="GPL-2"
11 SLOT="0"
12 PLATFORMS="~x86"
13 MYOPTIONS="
14     debug
15     gtk
16     ncurses
17     ssl"
19 DEPENDENCIES="
20     build+run:
21         net-libs/libnet
22         dev-libs/libpcap
23         ncurses? ( sys-libs/ncurses )
24         ssl? ( dev-libs/openssl )
25         gtk? ( >=x11-libs/gtk+-2.2.2 )"
27 WORK=${WORKBASE}/${MY_P}
29 DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
30     "ncurses"
31     "ssl openssl"
34 DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
35     "gtk"
36     "debug"