| # -*- 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 2e567f902b58e0ad260ea6b8d6ae66b050291a2f |
| checksums rmd160 520112b0470139626c91c660a0e6f3871a4ec20b \ |
| sha256 75d8a978960eb4857cff34d2d8ef73f3ec4689642746a1992803e73e68f48771 |
| |
| name ndnping |
| homepage https://github.com/named-data/ndn-tlv-ping |
| version 0.1.1 |
| license GPL3+ |
| epoch 1 |
| revision 2 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description NDN Ping utility (ndn-tlv-ping) |
| |
| 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} |