freebsd-ports/sysutils/fluent-bit/Makefile
Mark Linimon 922dee671e These ports now build on aarch64.
Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
2019-05-03 21:06:51 +00:00

28 lines
780 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= fluent-bit
DISTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= http://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
#MAKE_ENV= CC="cc"
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>