# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup  github 1.0

github.setup     libnet nemesis 1.8 v
categories       net security
license          BSD
maintainers      {ecronin @ecronin} openmaintainer
description      Nemesis packet injection utility
long_description \
    Nemesis is a command-line network packet injection utility for \
    UNIX-like and Windows systems. You might think of it as an EZ-bake \
    packet oven or a manually controlled IP stack. With Nemesis, it is \
    possible to generate and transmit packets from the command line or \
    from within a shell script.
homepage         http://packetfactory.openwall.net/projects/nemesis/
github.tarball_from releases
checksums        md5    aefb5d5df161594b62cf879bb61caa57 \
                 rmd160 54994953cd0aca673d0eec26ec500464e899b298 \
                 sha256 c480570284ba86aa8643eac0d582aaedaeaefa4773b7d0ac9549e4f42c40e78a
depends_lib      port:libnet

patch {
    reinplace s|/sw|${prefix}| ${worksrcpath}/configure
}

configure.args   --disable-silent-rules
