2012-11-26 00:32:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2012/11/25 23:32:07 othyro Exp $
|
2004-11-28 00:41:18 +01:00
|
|
|
#
|
|
|
|
|
2005-05-25 17:16:10 +02:00
|
|
|
DISTNAME= airsnort-0.2.7e
|
2010-06-14 00:46:54 +02:00
|
|
|
PKGREVISION= 1
|
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/}
|
|
|
|
|
2012-11-26 00:32:07 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
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
|
2012-06-13 07:55:03 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-11-28 00:41:18 +01:00
|
|
|
|
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"
|