blob: 0c839c85ade43fd7c2aa8c59b385e10d8085d759 [file] [log] [blame]
Alexander Afanasyev58d61132015-07-01 19:23:01 -07001# -*- 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 named-data ndn-tools 6eff4e56534b3998515b35ca25b3db39bb7aaa3e
8checksums rmd160 b4c3d45e0662ab9ad4a86a019c8d18890a409716 \
9 sha256 518de79810fc1b6f651027ef6df22cd48e320b91e516e2ca207e99cae3da3d90
10
11name ndn-tools
12homepage https://github.com/named-data/ndndump
13version 0.0.0-g6eff4e5
14license GPL3+
15
16categories net
17platforms darwin
18maintainers ucla.edu:alexander.afanasyev
19
20description ndn-tools is a collection of essential tools for Named Data Networking. \
21 These tools are recommended to be installed on all NDN nodes.
22
23depends_lib-append port:ndn-cxx \
24 port:libpcap
25
26depends_build-append port:pkgconfig
27
28use_configure yes
29
30configure.cxxflags-append -std=c++11
31configure.cmd ./waf configure
32
33build.cmd ./waf
34build.target build
35
36destroot.cmd ./waf
37destroot.target install
38destroot.destdir --destdir=${destroot}