openbsd-ports/net/zeromq/Makefile
jasper f82d1632ba - updated to ZeroMQ-2.1.7,
- traded -pedantic for -Werror (per tedu@'s earlier comment),
- SHARED_ONLY=Yes, because all binaries were removed in 2.1.x.

from piotr sikora
maintainer timed-out
2011-07-05 13:57:23 +00:00

33 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/07/05 13:57:23 jasper Exp $
COMMENT = open source message queue optimised for performance
DISTNAME = zeromq-2.1.7
SHARED_ONLY = Yes
SHARED_LIBS += zmq 1.0 # 1.0
CATEGORIES = net
HOMEPAGE = http://zeromq.org
MAINTAINER = Benoit Chesneau <benoitc@e-engura.org>
# LGPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB= pthread stdc++ ssl crypto m
MASTER_SITES = http://download.zeromq.org/ \
http://download.zeromq.org/historic/
USE_GMAKE = Yes
USE_LIBTOOL = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
.include <bsd.port.mk>