| # -*- 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 |
| # $Id$ |
| |
| PortSystem 1.0 |
| PortGroup github 1.0 |
| |
| github.setup named-data ndn-tools ndn-tools-0.2 |
| checksums rmd160 ec74372397d3e5a7b0ecf230211f9041c1f32198 \ |
| sha256 12447230508ec0bb636493f517fc12882814cd52cd41ab672ffecd38f2be66aa |
| |
| name ndn-tools |
| homepage https://github.com/named-data/ndndump |
| version 0.2 |
| license GPL3+ |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description ndn-tools is a collection of essential tools for Named Data Networking. \ |
| These tools are recommended to be installed on all NDN nodes. |
| |
| depends_lib-append port:ndn-cxx \ |
| port:libpcap |
| |
| depends_build-append port:pkgconfig |
| |
| use_configure yes |
| |
| configure.cxxflags-append -std=c++11 |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |