| # -*- 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-cxx 9ad2d7222c3bf7be7f5d7d9fcf806716d9edb5ca |
| checksums rmd160 b2ca6a443d73756e9b8cedd2ec2aa22ec62b882a \ |
| sha256 3551f821d1ec77ea7d604c29794e417b0bfa9b11eddefd9bb7806c2a5c1f0622 |
| |
| name ndn-cxx |
| homepage http://named-data.net/doc/ndn-cxx/ |
| license GPL-3+ |
| version 0.2.0-0 |
| epoch 2 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description NDN C++ library with eXperimental eXtensions |
| |
| long_description ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives \ |
| that can be used to implement various NDN applications |
| |
| depends_lib-append port:boost \ |
| port:openssl \ |
| port:libcryptopp \ |
| port:sqlite3 |
| |
| depends_build-append port:pkgconfig \ |
| port:py27-sphinx |
| |
| use_configure yes |
| |
| configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7 |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |