blob: 06d33a36256b74ec8472c3545d6b36fe32badbb6 [file] [log] [blame]
Wentao Shangcc0c7f62014-01-20 12:22:26 -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
Alexander Afanasyev0a7c4492014-01-31 21:34:41 -08007github.setup cawka ndn-cpp 196b9aa83eeefcfecf0f4a8baa47983001ae3829
8checksums rmd160 be9fac56ba15a37a78b75475b3c79ef337538d5b \
9 sha256 dec60fd99ac4d547156e0da2b670065a764a8cefbb941d8790133340249ef438
Wentao Shangcc0c7f62014-01-20 12:22:26 -080010
11name ndn-cpp-dev
12homepage https://github.com/cawka/ndn-cpp
13license BSD
Alexander Afanasyev0a7c4492014-01-31 21:34:41 -080014version 0.2.3-rc1
Wentao Shangcc0c7f62014-01-20 12:22:26 -080015
16categories net
17platforms darwin
18maintainers ucla.edu:alexander.afanasyev
19
20description C++ development library for NDN
21
22long_description C++ development library for NDN.
23
Wentao Shangcc0c7f62014-01-20 12:22:26 -080024depends_lib-append port:boost \
25 port:openssl \
26 port:libcryptopp \
27 port:sqlite3
28
Alexander Afanasyev0a7c4492014-01-31 21:34:41 -080029depends_build-append port:pkgconfig
30
31use_configure yes
32
33configure.cmd ./waf configure
34
35build.cmd ./waf
36build.target build
37
38destroot.cmd ./waf
39destroot.target install
40destroot.destdir --destdir=${destroot}