blob: f4d9b389750acd0ffa23142a921661039f21233c [file] [log] [blame]
Alexander Afanasyev00e76602014-07-02 12:06:19 -07001# -*- 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
4PortSystem 1.0
5PortGroup github 1.0
6
7github.setup named-data ndndump 22f77ef777d7201b3677b04e6b1e0e85c45f0238
8checksums rmd160 cee800102434375b1a8e8b3eab1ec8b734e6e4d7 \
9 sha256 b533164a935a936f52feaa84b01d163647159699f9f30b62fa91878682691dbd
10
11name ndndump
12homepage https://github.com/named-data/ndndump
13version 0.0.0
14license GPL3+
Alexander Afanasyev23a9d372014-07-27 21:36:03 -070015revision 1
Alexander Afanasyev00e76602014-07-02 12:06:19 -070016
17categories net
18platforms darwin
19maintainers ucla.edu:alexander.afanasyev
20
21description Packet capture and analysis tool for NDN
22
23depends_lib-append port:ndn-cxx \
24 port:libpcap
25
26depends_build-append port:pkgconfig
27
28use_configure yes
29
30configure.cmd ./waf configure
31
32build.cmd ./waf
33build.target build
34
35destroot.cmd ./waf
36destroot.target install
37destroot.destdir --destdir=${destroot}