Changeset View
Changeset View
Standalone View
Standalone View
head/net-mgmt/netdata/Makefile
# Created by: Mahdi Mokhtari <mokhi64@gmail.com> | # Created by: Mahdi Mokhtari <mokhi64@gmail.com> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= netdata | PORTNAME= netdata | ||||
PORTVERSION= 1.13.0 | PORTVERSION= 1.15.0 | ||||
DISTVERSIONPREFIX=v | DISTVERSIONPREFIX=v | ||||
CATEGORIES= net-mgmt | CATEGORIES= net-mgmt | ||||
MAINTAINER= mmokhi@FreeBSD.org | MAINTAINER= mmokhi@FreeBSD.org | ||||
COMMENT= Scalable distributed realtime performance and health monitoring | COMMENT= Scalable distributed realtime performance and health monitoring | ||||
LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
BUILD_DEPENDS= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid | LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ | ||||
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid | libuv.so:devel/libuv \ | ||||
liblz4.so:archivers/liblz4 | |||||
RUN_DEPENDS= bash:shells/bash \ | RUN_DEPENDS= bash:shells/bash \ | ||||
curl:ftp/curl | curl:ftp/curl | ||||
USES= autoreconf pathfix pkgconfig:both python shebangfix | USES= autoreconf pathfix pkgconfig:both python shebangfix ssl | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= firehol | GH_ACCOUNT= firehol | ||||
SHEBANG_GLOB= * | SHEBANG_GLOB= * | ||||
NETDATA_CACHE= /var/cache/${PORTNAME} | NETDATA_CACHE= /var/cache/${PORTNAME} | ||||
NETDATA_LOG= /var/log/${PORTNAME} | NETDATA_LOG= /var/log/${PORTNAME} | ||||
▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines |