Alexander Afanasyev | acf4186 | 2014-01-20 16:42:30 -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 | |
| 7 | github.setup cawka ndnd-tlv 0e9b137f37e7aed6273ebaa0eb3f7c381bd55690 |
| 8 | checksums rmd160 4d4f6bf31b2265c1e28dfb993d62eb8a5a8b5767 \ |
| 9 | sha256 b4da454a8d2f8132c58a8a370f816e15fe0364504c0d993765782b47a5eae806 |
| 10 | |
| 11 | name ndnd-tlv |
| 12 | homepage https://github.com/cawka/ndnd-tlv |
| 13 | license BSD |
| 14 | version 0.3-dev-0e9b1 |
| 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description NDN forwarding daemon with TLV support. |
| 21 | |
| 22 | long_description NDN forwarding daemon with TLV support. |
| 23 | |
| 24 | depends_lib-append port:ndn-cpp-dev \ |
| 25 | port:ndnx \ |
| 26 | port:openssl |
| 27 | |
| 28 | use_configure yes |
| 29 | |
| 30 | configure.cmd ./waf configure |
| 31 | |
| 32 | configure.args-append --ndnx=${prefix} \ |
| 33 | --openssl=${prefix} |
| 34 | |
| 35 | build.cmd ./waf |
| 36 | build.target build |
| 37 | |
| 38 | destroot.cmd ./waf |
| 39 | destroot.target install |
| 40 | destroot.destdir --destdir=${destroot} |