summaryrefslogtreecommitdiff
path: root/net/nanomsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nanomsg/Makefile')
-rw-r--r--net/nanomsg/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile
new file mode 100644
index 00000000000..d0b04824012
--- /dev/null
+++ b/net/nanomsg/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/06/18 08:16:27 kamil Exp $
+
+DISTNAME= nanomsg-1.0.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://nanomsg.org/
+COMMENT= Scalability protocols library
+LICENSE= x11
+
+USE_CMAKE= yes
+
+PKGCONFIG_OVERRIDE+= libnanomsg.pc.in
+
+.include "../../mk/bsd.pkg.mk"