# $Id: Portfile,v 1.2 2005/06/17 19:50:10 olegb Exp $

PortSystem 1.0
name            weplab
version         0.1.3
revision	1
categories      net
maintainers     sal@email.arc.nasa.gov
description     WEP encryption security review tool
homepage        http://weplab.sourceforge.net
platforms       darwin

long_description Weplab is a tool to review the security of WEP \
                 encryption in wireless networks from an educational \
                 point of view. Several attacks are available so it \
                 can be measured the effectiveness and minimum \
                 requirements of each one.

master_sites    sourceforge

checksums       md5 a3c142ed28836c452d4378b3636012a3

depends_lib     lib:libpcap:libpcap

configure.env   LDFLAGS="-Wl,-search_paths_first" \
                CFLAGS="-L${prefix}/lib" \
                CPPFLAGS="-I${prefix}/include"
configure.args	--mandir=${prefix}/share/man
