12345678910111213141516171819202122 |
- # $OpenBSD: Makefile,v 1.5 2017/06/02 17:52:05 jasper Exp $
- COMMENT = lightweight shipper for real-time network analytics
- BEAT = heartbeat
- VERSION = 5.4.1
- GH_ACCOUNT = elastic
- GH_PROJECT = beats
- GH_TAGNAME = v${VERSION}
- CONFIGS = heartbeat.yml heartbeat.template.json \
- heartbeat.template-es2x.json \
- heartbeat.template-es6x.json
- WANTLIB += c pthread
- pre-configure:
- cp -R ${WRKDIST}/metricbeat/ ${WRKSRC}/../
- .include <bsd.port.mk>
|