pkgsrc-wip/crossroads-io/Makefile
Blue Rats 6008c4cf11 Import crossroads-io-1.2.0 as wip/crossroads-io.
Crossroads I/O...

...is lego bricks for building scalable and high performance distributed
   applications.
...is what BSD sockets might have looked like if designed for today's
   requirements.
...is message based, and supports many different network protocols.
...works with all programming languages, all operating systems.
...is part of a wider effort to make messaging a standard part of the networking
   stack.
...is Free Software licensed under the LGPL license.
...is a fork of the ZeroMQ project.
2013-01-03 03:38:48 +00:00

25 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/01/03 03:38:48 othyro Exp $
#
DISTNAME= libxs-1.2.0
PKGNAME= crossroads-io-1.2.0
CATEGORIES= devel
MASTER_SITES= http://download.crossroads.io/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.crossroads.io/
COMMENT= Fork of ZeroMQ, high-performance asynchronous messaging library
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= src/libzmq.pc.in
PKGCONFIG_OVERRIDE+= src/libxs.pc.in
.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"