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 | 9ea32f5 | 2014-07-30 12:54:40 -0700 | [diff] [blame] | 7 | github.setup named-data ndn-cxx ndn-cxx-0.2.0-rc2 |
| 8 | checksums rmd160 cc4d6f1901403ec044ba98440d296cba0c0aa77f \ |
| 9 | sha256 cda34baa08c12c10a730ffa951388b69d2f30b47ec1c9e6b993e04ff26e2f22f |
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/ |
| 13 | license BSD |
Alexander Afanasyev | 9ea32f5 | 2014-07-30 12:54:40 -0700 | [diff] [blame] | 14 | version 0.2.0-rc2 |
Alexander Afanasyev | 34995c9 | 2014-05-09 13:45:53 -0700 | [diff] [blame] | 15 | epoch 1 |
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 \ |
| 27 | port:openssl \ |
| 28 | port:libcryptopp \ |
| 29 | port:sqlite3 |
| 30 | |
| 31 | depends_build-append port:pkgconfig \ |
| 32 | port:py27-sphinx |
| 33 | |
| 34 | use_configure yes |
| 35 | |
| 36 | configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7 |
| 37 | configure.cmd ./waf configure |
| 38 | |
| 39 | build.cmd ./waf |
| 40 | build.target build |
| 41 | |
| 42 | destroot.cmd ./waf |
| 43 | destroot.target install |
| 44 | destroot.destdir --destdir=${destroot} |