| # -*- 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 cawka ndnd-tlv 27198dba09ac7a00968ad0aadf08a19e31ca9c21 |
| checksums rmd160 19aa5b907b87af6d191a1faec76dda9c3910a4ba \ |
| sha256 3272e6a6b42d50640d1d268a03cdbd77c9703f39adf5eb0d6d164dbd96893198 |
| |
| name ndnd-tlv |
| homepage https://github.com/cawka/ndnd-tlv |
| license BSD |
| version 0.3-dev-1 |
| revision 1 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description NDN forwarding daemon with TLV support. |
| |
| long_description NDN forwarding daemon with TLV support. |
| |
| depends_lib-append port:ndn-cpp-dev \ |
| port:ndnx \ |
| port:openssl |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| configure.args-append --ndnx=${prefix} \ |
| --openssl=${prefix} |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |