blob: 249f8517d9cd7a7ccf9dcb7cd456e2c50875c6d5 [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.2
checksums rmd160 265b7a05b85d835ebc2169d5729381ad4f8273c2 \
sha256 3321b2c3b91d04c27409c59ca6fe9117969b6e96599d5bcc3b34104afef67b8c
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license GPL-3+
version 0.3.2
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
build.cmd ./waf
build.target build
destroot.cmd ./waf
destroot.target install
destroot.destdir --destdir=${destroot}