diff options
author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2019-03-21 15:05:27 +0000 |
---|---|---|
committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2019-03-21 15:05:27 +0000 |
commit | 44c345f78409ce946613c64e44c636e871fa01da (patch) | |
tree | 5c7bb213270181c11e872237a7847df0c38f8109 /net-mgmt/netdata/Makefile | |
parent | 169ef8fcfa4dba8b76752599db37ed11670f8e97 (diff) | |
download | ports-44c345f78409ce946613c64e44c636e871fa01da.tar.gz ports-44c345f78409ce946613c64e44c636e871fa01da.zip |
Notes
Diffstat (limited to 'net-mgmt/netdata/Makefile')
-rw-r--r-- | net-mgmt/netdata/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 8fd697286029..a26e3884b0b8 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= netdata -PORTVERSION= 1.11.1 +PORTVERSION= 1.13.0 DISTVERSIONPREFIX=v -PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= mmokhi@FreeBSD.org @@ -22,6 +21,8 @@ USES= autoreconf pathfix pkgconfig:both python shebangfix USE_GITHUB= yes GH_ACCOUNT= firehol +SHEBANG_GLOB= * + NETDATA_CACHE= /var/cache/${PORTNAME} NETDATA_LOG= /var/log/${PORTNAME} NETDATA_PERST= /var/db/${PORTNAME} @@ -46,10 +47,15 @@ SUB_FILES= ${PORTNAME}.conf.sample USERS= netdata GROUPS= netdata -OPTIONS_DEFINE= FREEIPMI +OPTIONS_DEFINE= CUPS FREEIPMI OPTIONS_SUB= YES -FREEIPMI_DESC= Enable support for freeipmi +CUPS_DESC= Enable support for cups +CUPS_CONFIGURE_ENABLE= plugin-cups +CUPS_LIB_DEPENDS= libcups.so:print/cups + +FREEIPMI_DESC= Enable support for freeipmi +FREEIPMI_CONFIGURE_ENABLE= plugin-freeipmi FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi post-patch: |