| # -*- 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 1283684bacb2352de38c8f0ad21a069875583d91 |
| checksums rmd160 3e9d28d2a656aafd9591dbcb5332e7934536ac61 \ |
| sha256 d71e4118a5df64c73c758ec2776376d51bb33abf2da688600b2a596bcd018002 |
| |
| name ndnping |
| homepage https://github.com/named-data/ndn-tlv-ping |
| version 0.1.4 |
| license GPL3+ |
| epoch 1 |
| revision 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.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} |