ndn-cxx: New package
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
new file mode 100644
index 0000000..ce02bab
--- /dev/null
+++ b/ndn-cxx/Makefile
@@ -0,0 +1,16 @@
+# URL for git clone
+GIT_URL=https://github.com/named-data/ndn-cxx.git
+
+# Tag name or commit hash for checkout
+GIT_VERSION=ndn-cxx-0.1.0
+
+# Package name
+NAME=ndn-cxx
+
+# Package version
+VERSION=0.1.0
+
+# PPA version
+PPA_VERSION=1
+
+include ../packaging.mk