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 | |
| 7 | github.setup cawka ndn-cpp-security-tools 9daf9d66f3865a0fc69ace51b4fecadfe1732796 |
| 8 | checksums rmd160 bc607e1030cb78f9b11ce545935f4bc4ad902d20 \ |
| 9 | sha256 dce83f8886ab44f4168488ced2b4c63b2962badcd5499985e7e6250e2b1f60c9 |
| 10 | |
| 11 | name ndn-cpp-security-tools |
| 12 | homepage https://github.com/cawka/ndn-cpp-security-tools |
| 13 | license BSD |
| 14 | version 0.1 |
| 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description NDNx security tools. |
| 21 | |
| 22 | long_description NDNx security tools with TLV support. |
| 23 | |
| 24 | depends_lib-append port:ndn-cpp-dev \ |
| 25 | port:boost \ |
| 26 | port:libcryptopp |
| 27 | |
| 28 | depends_build-append port:pkgconfig |
| 29 | |
| 30 | use_configure yes |
| 31 | |
| 32 | configure.cmd ./waf configure |
| 33 | |
| 34 | build.cmd ./waf |
| 35 | build.target build |
| 36 | |
| 37 | destroot.cmd ./waf |
| 38 | destroot.target install |
| 39 | destroot.destdir --destdir=${destroot} |