1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/net/czmq4/Makefile
Vsevolod Stakhov b66e4949cb security/libsodium: update to 1.0.19, bump dependent ports
PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00

41 lines
883 B
Makefile

PORTNAME= czmq
DISTVERSIONPREFIX= v
DISTVERSION= 4.2.1
PORTREVISION= 2
CATEGORIES= net
PKGNAMESUFFIX= 4
MAINTAINER= krion@FreeBSD.org
COMMENT= High-level C Binding for ZeroMQ (Version 4)
WWW= http://czmq.zeromq.org
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= asciidoc:textproc/asciidoc \
xmlto:textproc/xmlto
LIB_DEPENDS= libzmq.so:net/libzmq4
USES= autoreconf libtool pkgconfig shebangfix
USE_GITHUB= yes
GH_ACCOUNT= zeromq
USE_LDCONFIG= yes
SHEBANG_FILES= doc/mkman mkdoc model/chkopts.pl model/rename_class
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-drafts="yes" \
--with-docs="yes" \
--with-libzmq=${LOCALBASE} \
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
TEST_TARGET= check
CPPFLAGS+= -Wno-error
CONFLICTS_INSTALL= czmq-3.*
.include <bsd.port.mk>