mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
eee1329354
vulnerabilities it has, and how they can be used in practice to break a WEP protected wireless network. So far, WepLab more than a Wep Key Cracker, is a Wep Security Analyzer designed from an educational point of view. WWW: http://weplab.sourceforge.net PR: ports/102476 Submitted by: Anton Karpov <toxa at toxahost.ru>
32 lines
576 B
Makefile
32 lines
576 B
Makefile
# New ports collection makefile for: weplab
|
|
# Date created: 24 Aug 2006
|
|
# Whom: Anton Karpov <toxa@toxahost.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= weplab
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= toxa@toxahost.ru
|
|
COMMENT= WepLab is a tool designed to teach how WEP works
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= weplab.1
|
|
PLIST_FILES= bin/weplab
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Doesn't build on 4.x
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|