wouldn't mind seeing other people continue to maintain these packages. Resetting to pkgsrc-users@NetBSD.org
28 lines
730 B
Makefile
28 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/11/25 23:32:07 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= airsnort-0.2.7e
|
|
PKGREVISION= 1
|
|
CATEGORIES= net security linux
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=airsnort/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://airsnort.shmoo.com/
|
|
COMMENT= WLAN sniffer and realtime WEP cracker
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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= pre-build
|
|
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"
|