a9b50bbb75
nanomsgxx is a binding of the nanomsg library for C++11. Originally packaged in pkgsrc-wip by: - Remy Chibois, - Tobias Nygren and - myself.
21 lines
524 B
Makefile
21 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/06/18 11:27:33 kamil Exp $
|
|
|
|
DISTNAME= nanomsgxx-0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=achille-roussel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/achille-roussel/nanomsgxx/
|
|
COMMENT= Nanomsg binding for C++11
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
BUILD_DEPENDS+= waf>=1.8.4:../../devel/waf
|
|
WAF_HAS_MANDIR= no
|
|
|
|
PKGCONFIG_OVERRIDE+= libnnxx.pc.in
|
|
|
|
.include "../../net/nanomsg/buildlink3.mk"
|
|
.include "../../devel/waf/waf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|