| # -*- 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 ndn-cpp 196b9aa83eeefcfecf0f4a8baa47983001ae3829 |
| checksums rmd160 be9fac56ba15a37a78b75475b3c79ef337538d5b \ |
| sha256 dec60fd99ac4d547156e0da2b670065a764a8cefbb941d8790133340249ef438 |
| |
| name ndn-cpp-dev |
| homepage https://github.com/cawka/ndn-cpp |
| license BSD |
| version 0.2.3-rc1 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description C++ development library for NDN |
| |
| long_description C++ development library for NDN. |
| |
| depends_lib-append port:boost \ |
| port:openssl \ |
| port:libcryptopp \ |
| port:sqlite3 |
| |
| 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} |