mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b01d9e3fe0
An open source message queue optimised for performance. This version is older than upstream and specific to ntopng. WWW: http://www.zeromq.org/ PR: ports/184180 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
29 lines
572 B
Makefile
29 lines
572 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zmq
|
|
PORTVERSION= 3.2.3
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= http://download.zeromq.org/
|
|
PKGNAMEPREFIX= ntopng-
|
|
DISTNAME= zeromq-${DISTVERSION}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= NTOPNG specific ZMQ library
|
|
|
|
LICENSE= LGPL3
|
|
|
|
CONFIGURE_ARGS= --disable-silent-rules --without-documentation
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USE_GCC= any
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix
|
|
|
|
CONFLICTS= zmq-[0-9]*
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/tests//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|