freebsd-ports/net/czmq/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
625 B
Makefile

# Created by: Andrew Thompson <thompsa@FreeBSD.org>
# $FreeBSD$
PORTNAME= czmq
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
MAINTAINER= koobs@FreeBSD.org
COMMENT= High-level C Binding for ZeroMQ
LICENSE= MPL
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
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>