aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/blackbox_exporter/Makefile
blob: db6258c31df6e4cb04262fa86022941438e03564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
PORTNAME=	blackbox_exporter
DISTVERSIONPREFIX=	v
DISTVERSION=	0.24.0
PORTREVISION=	7
CATEGORIES=	net-mgmt

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Prometheus exporter for endpoints over HTTP(S), DNS, TCP and ICMP
WWW=		https://github.com/prometheus/blackbox_exporter

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe go:modules
CPE_VENDOR=	prometheus
USE_RC_SUBR=	blackbox_exporter
GO_MODULE=	github.com/prometheus/blackbox_exporter

SUB_FILES=	pkg-message
SUB_LIST=	DISTVERSIONFULL=${DISTVERSIONFULL}

USERS=		prometheus
GROUPS=		prometheus

PORTEXAMPLES=	${WRKSRC}/*.yml

OPTIONS_DEFINE=	EXAMPLES

post-install:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/*.yml ${STAGEDIR}${EXAMPLESDIR}
	${MKDIR} ${STAGEDIR}${DATADIR}/syslog.d \
		${STAGEDIR}${DATADIR}/newsyslog.conf.d
	${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.syslog \
		${STAGEDIR}${DATADIR}/syslog.d/blackbox_exporter.conf
	${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.newsyslog \
		${STAGEDIR}${DATADIR}/newsyslog.conf.d/blackbox_exporter.conf

.include <bsd.port.mk>