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