Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 1 | # -*- 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 |
| 2 | # $Id$ |
| 3 | |
| 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | |
Alexander Afanasyev | 4c8fda5 | 2015-07-01 19:20:03 -0700 | [diff] [blame] | 7 | github.setup named-data ndn-cxx ndn-cxx-0.3.3 |
| 8 | checksums rmd160 69db357f0fb0b9ac9c82cdf14e5d4ff1a179969a \ |
| 9 | sha256 274fe7603fe92300ac0c3c0f60d3c95e81d79d0b114548a68f3effb998d2b358 |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 10 | |
| 11 | name ndn-cxx |
| 12 | homepage http://named-data.net/doc/ndn-cxx/ |
Alexander Afanasyev | b2d7bc8 | 2014-08-15 12:56:24 -0700 | [diff] [blame] | 13 | license GPL-3+ |
Alexander Afanasyev | 4c8fda5 | 2015-07-01 19:20:03 -0700 | [diff] [blame] | 14 | version 0.3.3 |
Alexander Afanasyev | ac0bc21 | 2015-02-03 00:14:35 -0800 | [diff] [blame] | 15 | epoch 3 |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 16 | |
| 17 | categories net |
| 18 | platforms darwin |
| 19 | maintainers ucla.edu:alexander.afanasyev |
| 20 | |
| 21 | description NDN C++ library with eXperimental eXtensions |
| 22 | |
| 23 | long_description ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives \ |
| 24 | that can be used to implement various NDN applications |
| 25 | |
| 26 | depends_lib-append port:boost \ |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 27 | port:libcryptopp \ |
| 28 | port:sqlite3 |
| 29 | |
| 30 | depends_build-append port:pkgconfig \ |
| 31 | port:py27-sphinx |
| 32 | |
| 33 | use_configure yes |
| 34 | |
| 35 | configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7 |
Alexander Afanasyev | 4c8fda5 | 2015-07-01 19:20:03 -0700 | [diff] [blame] | 36 | configure.cmd ./waf configure --disable-static --enable-shared |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 37 | |
| 38 | build.cmd ./waf |
| 39 | build.target build |
| 40 | |
| 41 | destroot.cmd ./waf |
| 42 | destroot.target install |
| 43 | destroot.destdir --destdir=${destroot} |