| # -*- 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 d957b493b6d20416e7897f97a96c310e4cde2225 |
| checksums rmd160 5924a097b947215fe9c1874cdd93838a8bbf83d0 \ |
| sha256 1f20f67021a4d87715fc533bc5bbe750813a25714848d5e021eb8ab4026546e7 |
| |
| name ndnping |
| homepage https://github.com/named-data/ndn-tlv-ping |
| version 0.1.2 |
| license GPL3+ |
| epoch 1 |
| |
| 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} |