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 | b2d7bc8 | 2014-08-15 12:56:24 -0700 | [diff] [blame^] | 7 | github.setup named-data ndn-cxx 680e77a227764f2faf54d9cbbf747dbf491c1909 |
| 8 | checksums rmd160 3a2ad2266ebe1c0adfec685528f8d09a80fd82a4 \ |
| 9 | sha256 e852d303fede847914804a74f150e6e54afed507f58f0a39cf3af9c264f7d064 |
| 10 | |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 11 | |
| 12 | name ndn-cxx |
| 13 | homepage http://named-data.net/doc/ndn-cxx/ |
Alexander Afanasyev | b2d7bc8 | 2014-08-15 12:56:24 -0700 | [diff] [blame^] | 14 | license GPL-3+ |
| 15 | version 0.2.0-rc2.3 |
Alexander Afanasyev | 34995c9 | 2014-05-09 13:45:53 -0700 | [diff] [blame] | 16 | epoch 1 |
Alexander Afanasyev | 20cc34e | 2014-05-07 01:28:34 -0700 | [diff] [blame] | 17 | |
| 18 | categories net |
| 19 | platforms darwin |
| 20 | maintainers ucla.edu:alexander.afanasyev |
| 21 | |
| 22 | description NDN C++ library with eXperimental eXtensions |
| 23 | |
| 24 | long_description ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives \ |
| 25 | that can be used to implement various NDN applications |
| 26 | |
| 27 | depends_lib-append port:boost \ |
| 28 | port:openssl \ |
| 29 | port:libcryptopp \ |
| 30 | port:sqlite3 |
| 31 | |
| 32 | depends_build-append port:pkgconfig \ |
| 33 | port:py27-sphinx |
| 34 | |
| 35 | use_configure yes |
| 36 | |
| 37 | configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7 |
| 38 | configure.cmd ./waf configure |
| 39 | |
| 40 | build.cmd ./waf |
| 41 | build.target build |
| 42 | |
| 43 | destroot.cmd ./waf |
| 44 | destroot.target install |
| 45 | destroot.destdir --destdir=${destroot} |