| # -*- 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 |
| # $Id$ |
| |
| PortSystem 1.0 |
| PortGroup github 1.0 |
| |
| github.setup named-data ndndump 98fe64e65cc68176d173054bd50d6e8ca860ae8a |
| checksums rmd160 61c51a974169d520183f78978956a005d511a9be \ |
| sha256 9b9cd98598e25aa35bd350944b130ad4a580bde6ae4ef99fb0a216c2a4f883ae |
| |
| name ndndump |
| homepage https://github.com/named-data/ndndump |
| version 0.5 |
| license GPL3+ |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description Packet capture and analysis tool for NDN |
| |
| depends_lib-append port:ndn-cxx \ |
| port:libpcap |
| |
| depends_build-append port:pkgconfig |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |