Makefile 445 B

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