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 | |
Alexander Afanasyev | 7576971 | 2014-12-18 14:23:54 -0800 | [diff] [blame] | 7 | github.setup named-data ndndump 0ce60362a285f42cf2ecbeea8cff0c7919d28d72 |
| 8 | checksums rmd160 85958ac36faa660b3735b76d0d05e5ebc2e30a9e \ |
| 9 | sha256 6d13147dcdfb36f0c281b12a99a6df9e56088ac1034e1bbc3b507be6e82061e4 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 10 | |
| 11 | name ndndump |
| 12 | homepage https://github.com/named-data/ndndump |
Alexander Afanasyev | 7576971 | 2014-12-18 14:23:54 -0800 | [diff] [blame] | 13 | version 0.5.2 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 14 | license GPL3+ |
Alexander Afanasyev | 55409f3 | 2015-05-12 23:24:26 -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 | |
Alexander Afanasyev | 7576971 | 2014-12-18 14:23:54 -0800 | [diff] [blame] | 30 | configure.cxxflags-append -std=c++11 |
Alexander Afanasyev | 00e7660 | 2014-07-02 12:06:19 -0700 | [diff] [blame] | 31 | configure.cmd ./waf configure |
| 32 | |
| 33 | build.cmd ./waf |
| 34 | build.target build |
| 35 | |
| 36 | destroot.cmd ./waf |
| 37 | destroot.target install |
| 38 | destroot.destdir --destdir=${destroot} |