| # -*- 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 v0.5.1 |
| checksums rmd160 3af98116a96976fa674d8cdc9b7773fd7041a770 \ |
| sha256 8b1c90a913f472d7849a1ec56eb2a56eb76671b860d7c2d66c3fab52d467b77f |
| |
| name ndndump |
| homepage https://github.com/named-data/ndndump |
| version 0.5.1 |
| license GPL3+ |
| revision 1 |
| |
| 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} |