blob: 2b3fc1186ef78a280cc397217f031d7171fba95e [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.2.0
checksums rmd160 cb04e379ce1dd18c78c3f61e494f4053c4e4f31d \
sha256 bd36390617496bd66471b8589135e91df5db84b945cda3a8ec599271bc55d814
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license GPL-3+
version 0.2.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}