# -*- 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 cmake 1.1 PortGroup github 1.0 PortGroup legacysupport 1.1 # needed for getline, strndup and clock_gettime legacysupport.newest_darwin_requires_legacy 15 github.setup zmap zmap 4.3.1 v github.tarball_from archive revision 0 categories net installs_libs no license Apache-2 maintainers {@artkiver gmail.com:artkiver} openmaintainer description ZMap is a fast network scanner long_description designed for Internet-wide network surveys capable of \ scanning the entire IPv4 address space in 5 minutes from \ a 10GbE connection. homepage https://zmap.io/ checksums rmd160 4ea0241f5ced91be585ede7d2d0f783329e435d3 \ sha256 a281eaeac415f49734e22f9219e36454843de494ab8f9723a3de7f123142050f \ size 211256 depends_build-append \ port:byacc \ port:flex \ port:gengetopt \ path:bin/pkg-config:pkgconfig depends_lib-append port:gmp \ port:libdnet \ port:libpcap \ port:libunistring \ port:json-c \ port:judy post-patch { reinplace "s|ZMAP_VERSION \".*\"|ZMAP_VERSION \"${version}\"|" ${worksrcpath}/src/CMakeVersion.txt } # cc1: error: unrecognized command line option "-std=gnu11" compiler.c_standard 2011 configure.args-append \ -DRESPECT_INSTALL_PREFIX_CONFIG=yes