blob: 43c86ff55b13e3666c70f2ba88bbe18fef0b3f7c [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 ae2052595157760e52f1187cd6bf0056319092bd
checksums rmd160 febcd95a6199bd86e776536c2c8f7b7a80cf8c26 \
sha256 81ec6a0befcb9f8cabdcea18fbd71dd07c23e1dfe12f7e6c185661601ce7bb27
name ndn-cxx
homepage http://named-data.net/doc/ndn-cxx/
license GPL-3+
version 0.3.3-27-gae20525
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}