pkgsrc-wip/airsnort/Makefile
pancake ;) 9b76f293f5 update from 0.2.6 to 0.2.7e
updated homepage

Changelog:
* Cleaned up defines in PacketSource and callbacks
* Fixed endian issue for identifying unique IVs in korek.c
* Added check to prevent call to stopMonitor when packets
  are read from a file.
2005-05-25 15:16:10 +00:00

27 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/25 15:16:10 poppnk Exp $
#
DISTNAME= airsnort-0.2.7e
CATEGORIES= wip net security linux
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=airsnort/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://airsnort.shmoo.com/
COMMENT= WLAN sniffer and realtime WEP cracker
DEPENDS+= linux-wlan-ng>=0.2:../../wip/linux-wlan-ng/
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM= Linux-*-*
SUBST_CLASSES= sbin
SUBST_FILES.sbin= ${WRKSRC}/src/PacketSource.c
SUBST_STAGE.sbin= post-extract
SUBST_SED.sbin= -e 's,/sbin/wl,${PREFIX}/sbin/wl,g'
.include "../../x11/gtk2/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"