2015-06-16 12:22:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2015/06/16 12:22:56 ajacoutot Exp $
|
2014-09-23 12:08:03 +00:00
|
|
|
|
|
|
|
# Note: use 'ulimit -n 1024' for regress tests
|
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
2011-04-01 22:26:54 +00:00
|
|
|
|
|
|
|
COMMENT = open source message queue optimised for performance
|
|
|
|
|
2015-06-16 12:22:56 +00:00
|
|
|
DISTNAME = zeromq-4.1.2
|
2011-07-05 13:57:23 +00:00
|
|
|
|
2015-06-16 12:22:56 +00:00
|
|
|
SHARED_LIBS += zmq 4.1 # 4.0
|
2011-04-01 22:26:54 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
2013-03-08 10:33:28 +00:00
|
|
|
HOMEPAGE = http://zeromq.org/
|
2011-04-01 22:26:54 +00:00
|
|
|
|
2015-01-25 09:36:55 +00:00
|
|
|
MAINTAINER = Rodrigo Mosconi <openbsd@mosconi.mat.br>
|
|
|
|
|
2011-04-01 22:26:54 +00:00
|
|
|
# LGPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2014-09-23 12:08:03 +00:00
|
|
|
WANTLIB += c m pthread sodium stdc++
|
2011-04-01 22:26:54 +00:00
|
|
|
|
2013-03-08 10:33:28 +00:00
|
|
|
MASTER_SITES = http://download.zeromq.org/
|
2011-04-01 22:26:54 +00:00
|
|
|
|
2014-09-23 12:08:03 +00:00
|
|
|
LIB_DEPENDS = security/libsodium
|
2011-04-01 22:26:54 +00:00
|
|
|
|
2014-09-23 12:08:03 +00:00
|
|
|
USE_GMAKE = Yes
|
2011-04-01 22:26:54 +00:00
|
|
|
|
2014-09-23 12:08:03 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
|
|
|
--with-libsodium=${LOCALBASE}
|
2015-06-16 12:22:56 +00:00
|
|
|
|
2015-05-13 14:54:14 +00:00
|
|
|
# XXX libsodium: https://github.com/jedisct1/libsodium/pull/104
|
|
|
|
CONFIGURE_ENV = CXXFLAGS="-Wno-long-long ${CXXFLAGS}"
|
2012-04-28 10:05:30 +00:00
|
|
|
|
2011-04-01 22:26:54 +00:00
|
|
|
.include <bsd.port.mk>
|