freebsd-ports/net-mgmt/openbmp/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

25 lines
550 B
Makefile

# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
# $FreeBSD$
PORTNAME= openbmp
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.0
PORTREVISION= 3
CATEGORIES= net-mgmt
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= OpenBMP Server Collector
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/boost/exception/all.hpp:devel/boost-libs
LIB_DEPENDS= librdkafka.so:net/librdkafka \
libsasl2.so:security/cyrus-sasl2 \
libyaml-cpp.so:devel/yaml-cpp
USES= cmake ssl
USE_GITHUB= yes
GH_ACCOUNT= OpenBMP
.include <bsd.port.mk>