2005-11-03 13:42:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2005/11/03 12:42:03 rillig Exp $
|
2004-11-28 00:41:18 +01:00
|
|
|
#
|
|
|
|
|
2005-05-25 17:16:10 +02:00
|
|
|
DISTNAME= airsnort-0.2.7e
|
2005-11-02 18:59:54 +01:00
|
|
|
CATEGORIES= net security linux
|
2004-11-28 00:41:18 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=airsnort/}
|
|
|
|
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
2005-05-25 17:16:10 +02:00
|
|
|
HOMEPAGE= http://airsnort.shmoo.com/
|
2004-11-28 00:41:18 +01:00
|
|
|
COMMENT= WLAN sniffer and realtime WEP cracker
|
|
|
|
|
2005-11-03 13:42:03 +01:00
|
|
|
DEPENDS+= linux-wlan-ng>=0.2:../../wip/linux-wlan-ng
|
2004-12-13 15:43:02 +01:00
|
|
|
|
2004-11-28 00:41:18 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
|
2005-11-03 13:42:03 +01:00
|
|
|
SUBST_CLASSES+= sbin
|
2005-05-25 17:16:10 +02:00
|
|
|
SUBST_FILES.sbin= ${WRKSRC}/src/PacketSource.c
|
2005-11-03 13:42:03 +01:00
|
|
|
SUBST_STAGE.sbin= pre-build
|
|
|
|
SUBST_SED.sbin+= -e 's,/sbin/wl,${PREFIX}/sbin/wl,g'
|
2004-12-13 15:43:02 +01:00
|
|
|
|
2004-11-28 00:41:18 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|