mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
32e076bf61
- Update to 2.2.0 - Update pkg-plist - Tweak pkg-descr - Strip trailing slash from WWW: URL Fixes zbeacon: (UDP) error: "Can't assign requested address" on FreeBSD [1]. [1] https://github.com/zeromq/czmq/issues/407 PR: 189922 Submitted by: bartek
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# Created by: Andrew Thompson <thompsa@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= czmq
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.zeromq.org/
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= High-level C Binding for ZeroMQ
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4
|
|
|
|
USES= libtool pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE}
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${MAKE} check
|
|
|
|
.include <bsd.port.mk>
|