1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup cawka ndndump 0.2 |
---|
8 | checksums rmd160 b506b1b8e385aba571b4f93e5088e87abf57923b \ |
---|
9 | sha256 efc9ac08d039edce8ddcfad7b2e9b1d38c7fcdf729cd41bf19739001ac66f3ac |
---|
10 | |
---|
11 | name ndndump |
---|
12 | homepage https://github.com/cawka/ndndump |
---|
13 | license GNU-3+ |
---|
14 | revision 0 |
---|
15 | |
---|
16 | categories net ccnx |
---|
17 | platforms darwin |
---|
18 | maintainers ucla.edu:alexander.afanasyev |
---|
19 | |
---|
20 | description tcpdump for NDN |
---|
21 | |
---|
22 | long_description A simple tcpdump-like program that decodes and print out \ |
---|
23 | ccnb-formatted packets (see www.ccnx.org). |
---|
24 | |
---|
25 | depends_lib-append port:ccnx \ |
---|
26 | port:boost \ |
---|
27 | port:libpcap |
---|
28 | |
---|
29 | configure.args-append --ccnx=${prefix} \ |
---|
30 | --boost-includes=${prefix}/include --boost-libs=${prefix}/lib |
---|