- This new version drops dependency on boost-libs - Fix openxcom to build with this new version [1] - Add explicit dependency on boost to net-mgmt/openbmp, now that yamp-cpp does not pull that in for it [2] Approved by: pizzamig [2], Maintainer timeout [1] Differential Revision: https://reviews.freebsd.org/D14155
25 lines
560 B
Makefile
25 lines
560 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openbmp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
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:outsource ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OpenBMP
|
|
|
|
.include <bsd.port.mk>
|