3ed820108d
- Patch cmake include to actually work - Bump PORTREVISION on consumers, testing shows it is not completely binary compatible
24 lines
559 B
Makefile
24 lines
559 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
|
|
PORTNAME= openbmp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.14.0
|
|
PORTREVISION= 10
|
|
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 compiler:c++11-lang ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OpenBMP
|
|
|
|
.include <bsd.port.mk>
|