| # -*- 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-tlv-ping 3970fdbfc83cb580af75bd8219fefdbfee6c21d9 |
| checksums rmd160 ed615a85139b448badf6dd40bf4ad4f47dba9334 \ |
| sha256 4e95e0c19ded1728fc5454903d1bdba5895812ae49d0aaca2d1e2c1f8584d44f |
| |
| name ndnping |
| homepage https://github.com/named-data/ndn-tlv-ping |
| version 0.3 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description NDN Ping utility (client and server) |
| |
| long_description NDN Ping utility (client and server) |
| |
| depends_lib-append port:ndn-cxx |
| |
| depends_build-append port:pkgconfig |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |