Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [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 | 0a7c449 | 2014-01-31 21:34:41 -0800 | [diff] [blame^] | 7 | github.setup cawka ndn-cpp 196b9aa83eeefcfecf0f4a8baa47983001ae3829 |
| 8 | checksums rmd160 be9fac56ba15a37a78b75475b3c79ef337538d5b \ |
| 9 | sha256 dec60fd99ac4d547156e0da2b670065a764a8cefbb941d8790133340249ef438 |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 10 | |
| 11 | name ndn-cpp-dev |
| 12 | homepage https://github.com/cawka/ndn-cpp |
| 13 | license BSD |
Alexander Afanasyev | 0a7c449 | 2014-01-31 21:34:41 -0800 | [diff] [blame^] | 14 | version 0.2.3-rc1 |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description C++ development library for NDN |
| 21 | |
| 22 | long_description C++ development library for NDN. |
| 23 | |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 24 | depends_lib-append port:boost \ |
| 25 | port:openssl \ |
| 26 | port:libcryptopp \ |
| 27 | port:sqlite3 |
| 28 | |
Alexander Afanasyev | 0a7c449 | 2014-01-31 21:34:41 -0800 | [diff] [blame^] | 29 | depends_build-append port:pkgconfig |
| 30 | |
| 31 | use_configure yes |
| 32 | |
| 33 | configure.cmd ./waf configure |
| 34 | |
| 35 | build.cmd ./waf |
| 36 | build.target build |
| 37 | |
| 38 | destroot.cmd ./waf |
| 39 | destroot.target install |
| 40 | destroot.destdir --destdir=${destroot} |