37 lines
793 B
Makefile
Raw Normal View History

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
COMMENT = open source message queue optimised for performance
2015-06-16 12:22:56 +00:00
DISTNAME = zeromq-4.1.2
2015-06-16 12:22:56 +00:00
SHARED_LIBS += zmq 4.1 # 4.0
CATEGORIES = net
2013-03-08 10:33:28 +00:00
HOMEPAGE = http://zeromq.org/
MAINTAINER = Rodrigo Mosconi <openbsd@mosconi.mat.br>
# LGPLv3
PERMIT_PACKAGE_CDROM = Yes
2014-09-23 12:08:03 +00:00
WANTLIB += c m pthread sodium stdc++
2013-03-08 10:33:28 +00:00
MASTER_SITES = http://download.zeromq.org/
2014-09-23 12:08:03 +00:00
LIB_DEPENDS = security/libsodium
2014-09-23 12:08:03 +00:00
USE_GMAKE = Yes
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
# XXX libsodium: https://github.com/jedisct1/libsodium/pull/104
CONFIGURE_ENV = CXXFLAGS="-Wno-long-long ${CXXFLAGS}"
.include <bsd.port.mk>