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