blob: 9a7aee71f3764e0657f0f4e8fef83a60a493a0b6 [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 Afanasyev47253d02014-09-05 09:47:36 -07007github.setup named-data ndn-cxx 9ad2d7222c3bf7be7f5d7d9fcf806716d9edb5ca
8checksums rmd160 b2ca6a443d73756e9b8cedd2ec2aa22ec62b882a \
9 sha256 3551f821d1ec77ea7d604c29794e417b0bfa9b11eddefd9bb7806c2a5c1f0622
Alexander Afanasyev20cc34e2014-05-07 01:28:34 -070010
11name ndn-cxx
12homepage http://named-data.net/doc/ndn-cxx/
Alexander Afanasyevb2d7bc82014-08-15 12:56:24 -070013license GPL-3+
Alexander Afanasyev47253d02014-09-05 09:47:36 -070014version 0.2.0-0
Alexander Afanasyev0da5d092014-08-24 22:46:14 -070015epoch 2
Alexander Afanasyev20cc34e2014-05-07 01:28:34 -070016
17categories net
18platforms darwin
19maintainers ucla.edu:alexander.afanasyev
20
21description NDN C++ library with eXperimental eXtensions
22
23long_description ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives \
24 that can be used to implement various NDN applications
25
26depends_lib-append port:boost \
27 port:openssl \
28 port:libcryptopp \
29 port:sqlite3
30
31depends_build-append port:pkgconfig \
32 port:py27-sphinx
33
34use_configure yes
35
36configure.env-append SPHINX_BUILD=${prefix}/bin/sphinx-build-2.7
37configure.cmd ./waf configure
38
39build.cmd ./waf
40build.target build
41
42destroot.cmd ./waf
43destroot.target install
44destroot.destdir --destdir=${destroot}