Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 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 named-data ndndump 22f77ef777d7201b3677b04e6b1e0e85c45f0238 |
| 8 | checksums rmd160 cee800102434375b1a8e8b3eab1ec8b734e6e4d7 \ |
| 9 | sha256 b533164a935a936f52feaa84b01d163647159699f9f30b62fa91878682691dbd |
| 10 | |
| 11 | name ndndump |
| 12 | homepage https://github.com/named-data/ndndump |
| 13 | version 0.0.0 |
| 14 | license GPL3+ |
Alexander Afanasyev | b36ad1f | 2014-07-30 12:55:08 -0700 | [diff] [blame^] | 15 | revision 2 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 16 | |
| 17 | categories net |
| 18 | platforms darwin |
| 19 | maintainers ucla.edu:alexander.afanasyev |
| 20 | |
| 21 | description Packet capture and analysis tool for NDN |
| 22 | |
| 23 | depends_lib-append port:ndn-cxx \ |
| 24 | port:libpcap |
| 25 | |
| 26 | depends_build-append port:pkgconfig |
| 27 | |
| 28 | use_configure yes |
| 29 | |
| 30 | configure.cmd ./waf configure |
| 31 | |
| 32 | build.cmd ./waf |
| 33 | build.target build |
| 34 | |
| 35 | destroot.cmd ./waf |
| 36 | destroot.target install |
| 37 | destroot.destdir --destdir=${destroot} |