Yingdi Yu | 23d6457 | 2014-01-22 20:49:03 -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-security-tools 3e78ba65f8f3ed5f94de7066bad6eb0274c38633 |
| 8 | checksums rmd160 955cc4ed93f7e28f2605b454f612979a4e63e845 \ |
| 9 | sha256 9e4e8e712a2aada1cfd790f169bcb0a28fb307732ff55e62d707dab0c8256fa0 |
Yingdi Yu | 23d6457 | 2014-01-22 20:49:03 -0800 | [diff] [blame] | 10 | |
| 11 | name ndn-cpp-security-tools |
| 12 | homepage https://github.com/cawka/ndn-cpp-security-tools |
| 13 | license BSD |
| 14 | version 0.1 |
Alexander Afanasyev | 0a7c449 | 2014-01-31 21:34:41 -0800 | [diff] [blame^] | 15 | revision 2 |
Yingdi Yu | 23d6457 | 2014-01-22 20:49:03 -0800 | [diff] [blame] | 16 | |
| 17 | categories net |
| 18 | platforms darwin |
| 19 | maintainers ucla.edu:alexander.afanasyev |
| 20 | |
| 21 | description NDNx security tools. |
| 22 | |
| 23 | long_description NDNx security tools with TLV support. |
| 24 | |
| 25 | depends_lib-append port:ndn-cpp-dev \ |
| 26 | port:boost \ |
| 27 | port:libcryptopp |
| 28 | |
| 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} |