blob: 4a267d9b12a841d013f8a555b4fcf05413de8125 [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 ndn-cxx-0.3.3
checksums rmd160 69db357f0fb0b9ac9c82cdf14e5d4ff1a179969a \
sha256 274fe7603fe92300ac0c3c0f60d3c95e81d79d0b114548a68f3effb998d2b358
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license GPL-3+
version 0.3.3
epoch 3
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: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 --disable-static --enable-shared
build.cmd ./waf
build.target build
destroot.cmd ./waf
destroot.target install
destroot.destdir --destdir=${destroot}