blob: 55d5d1126f0ca809ea31d036682df26677a044af [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
Alexander Afanasyevfe00b9c2015-08-31 15:40:06 -07007github.setup named-data ndn-tools ndn-tools-0.2
8checksums rmd160 ec74372397d3e5a7b0ecf230211f9041c1f32198 \
9 sha256 12447230508ec0bb636493f517fc12882814cd52cd41ab672ffecd38f2be66aa
Alexander Afanasyev58d61132015-07-01 19:23:01 -070010
11name ndn-tools
12homepage https://github.com/named-data/ndndump
Alexander Afanasyevfe00b9c2015-08-31 15:40:06 -070013version 0.2
Alexander Afanasyev58d61132015-07-01 19:23:01 -070014license 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}