blob: 65c49526036031f242fde1e7966dd0c3556bed23 [file] [log] [blame]
Alexander Afanasyev20cc34e2014-05-07 01:28:34 -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 Afanasyevb2d7bc82014-08-15 12:56:24 -07007github.setup named-data ndn-cxx 680e77a227764f2faf54d9cbbf747dbf491c1909
8checksums rmd160 3a2ad2266ebe1c0adfec685528f8d09a80fd82a4 \
9 sha256 e852d303fede847914804a74f150e6e54afed507f58f0a39cf3af9c264f7d064
10
Alexander Afanasyev20cc34e2014-05-07 01:28:34 -070011
12name ndn-cxx
13homepage http://named-data.net/doc/ndn-cxx/
Alexander Afanasyevb2d7bc82014-08-15 12:56:24 -070014license GPL-3+
15version 0.2.0-rc2.3
Alexander Afanasyev34995c92014-05-09 13:45:53 -070016epoch 1
Alexander Afanasyev20cc34e2014-05-07 01:28:34 -070017
18categories net
19platforms darwin
20maintainers ucla.edu:alexander.afanasyev
21
22description NDN C++ library with eXperimental eXtensions
23
24long_description ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives \
25 that can be used to implement various NDN applications
26
27depends_lib-append port:boost \
28 port:openssl \
29 port:libcryptopp \
30 port:sqlite3
31
32depends_build-append port:pkgconfig \
33 port:py27-sphinx
34
35use_configure yes
36
37configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7
38configure.cmd ./waf configure
39
40build.cmd ./waf
41build.target build
42
43destroot.cmd ./waf
44destroot.target install
45destroot.destdir --destdir=${destroot}