d540b5cc50
ok mpi@, Anders Langworthy, maintainer timed out.
33 lines
709 B
Makefile
33 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.5 2011/12/27 13:03:37 rpointel Exp $
|
|
|
|
COMMENT = open source message queue optimised for performance
|
|
|
|
DISTNAME = zeromq-2.1.11
|
|
|
|
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>
|