rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
[pkgsrc.git] / net / ettercap / Makefile
1 # $NetBSD Exp $
2
3 DISTNAME=               ettercap-0.6.4
4 CATEGORIES=             security net
5 MASTER_SITES=           http://ettercap.sourceforge.net/download/
6
7 MAINTAINER=             nk@bsdirc.net
8 HOMEPAGE=               http://ettercap.sourceforge.net/
9 COMMENT=                Multipurpose sniffer/interceptor/logger for switched LAN
10
11 GNU_CONFIGURE=          yes
12
13 USE_CURSES=             yes
14
15 WRKSRC=                 ${WRKDIR}/${DISTNAME}
16 CPPFLAGS+=              -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
17
18 .include "../../devel/ncurses/buildlink.mk"
19 .include "../../devel/pth/buildlink.mk"
20 .include "../../mk/bsd.pkg.mk"