freebsd-ports/net/czmq/Makefile
Kubilay Kocak c122e753ae net/czmq: Update to 4.1.1
- Explicitly disable docs: it requires xmlto/asciidoc (which is fine), but
    then fails to build using a packaged mkman (perl) script. Isolate the issue
    separately from this update.
  - Remove MAKE_ENV override to build verbosely, the build is verbose now by
    default
  - Remove all patches (upstreamed)

Changelog:

  https://github.com/zeromq/czmq/blob/v4.1.1/NEWS

PR:		229687
Requested by:	yuri
2018-07-31 01:00:40 +00:00

31 lines
645 B
Makefile

# Created by: Andrew Thompson <thompsa@FreeBSD.org>
# $FreeBSD$
PORTNAME= czmq
PORTVERSION= 4.1.1
CATEGORIES= net
MASTER_SITES= https://github.com/zeromq/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= koobs@FreeBSD.org
COMMENT= High-level C Binding for ZeroMQ
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libzmq.so:net/libzmq4
USES= autoreconf libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
--without-docs
INSTALL_TARGET= install-strip
TEST_TARGET= check
CFLAGS+= -Wno-error
.include <bsd.port.mk>