ajacoutot 79ef4fa1e2 Update to zeromq-4.0.4.
ok jasper@
2014-09-23 12:08:03 +00:00

35 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.12 2014/09/23 12:08:03 ajacoutot Exp $
# Note: use 'ulimit -n 1024' for regress tests
SHARED_ONLY = Yes
COMMENT = open source message queue optimised for performance
DISTNAME = zeromq-4.0.4
SHARED_LIBS += zmq 3.0 # 4.0
CATEGORIES = net
HOMEPAGE = http://zeromq.org/
# LGPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m pthread sodium stdc++
MASTER_SITES = http://download.zeromq.org/
LIB_DEPENDS = security/libsodium
USE_GMAKE = Yes
# XXX libsodium: https://github.com/jedisct1/libsodium/pull/104
CFLAGS += -Wno-long-long
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-libsodium=${LOCALBASE}
.include <bsd.port.mk>