freebsd-ports/sysutils/fluent-bit/Makefile
Palle Girgensohn 0b907eb331 Upgrade to 1.3.2
Release notes:	https://fluentbit.io/announcements/v1.3.2/
PR:		239985
2019-10-11 07:48:22 +00:00

26 lines
767 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= fluent-bit
DISTVERSION= 1.3.2
CATEGORIES= sysutils
MASTER_SITES= https://fluentbit.io/releases/${DISTVERSION:R}/
MAINTAINER= girgen@FreeBSD.org
COMMENT= Fast and lightweight data forwarder
LICENSE= APACHE20
BROKEN_mips= fails to build: conflicting types for 'restrict'
BROKEN_mips64= fails to build: conflicting types for 'restrict'
BROKEN_powerpc64= fails to build: cast from pointer to integer of different size
USES= cmake:noninja gmake bison
USE_RC_SUBR= ${PORTNAME}
post-install:
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample
.include <bsd.port.mk>