blob: fb6887ef26cff8d21113765c99da6bb3f040abaa [file] [log] [blame]
# -*- 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 a8659ff5709a27404e69e85e0fd27823c4abc76d
checksums rmd160 9fb040b202334e3bb0d42449b2cd3107ef7da05c \
sha256 10d8f515dcad6d83b0cae1bbf5ae4015945b24d82fcb7b5aa9453277738cdf2b
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license GPL-3+
version 0.3.0-rc0.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.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}