blob: ba09a8742375465ab9baff05d62f52292be9422e [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 db4affc05e941e5f033b16b6e60b96f74d131ed8
checksums rmd160 6fea95c1759218184941615aff4856b1146dd994 \
sha256 dc33eb10a2de53d74834e91360a59f805f05b7c412e0b918ff442768c93c74ef
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license BSD
version 0.2.0-rc1.1
epoch 1
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}