| # -*- 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.4 |
| checksums rmd160 037d30e39a1b955496583aa000e32ec1d5c90e85 \ |
| sha256 bceac8e19c71a792f7788f16e79a46acf688aa6663ba1ff779c279091b278035 |
| |
| name ndndump |
| homepage https://github.com/named-data/ndndump |
| license GNU-3+ |
| version 0.4 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description tcpdump for NDNx |
| |
| long_description A simple tcpdump-like program that decodes and print out \ |
| ndnb-formatted packets (see http://www.named-data.net). |
| |
| depends_lib-append port:boost \ |
| port:libpcap |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |