summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng-incubator/Makefile
blob: c5f99db0f3d98e03b38a318ea6c40fbe8c2c960e (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
# Created by: Peter Czanik <czanik@balabit.hu>
# $FreeBSD$

PORTNAME=	syslog-ng-incubator
PORTVERSION=	0.4.1
PORTREVISION=	3
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/balabit/syslog-ng-incubator/releases/download/syslog-ng-incubator-${PORTVERSION}/
# http://packages.madhouse-project.org/syslog-ng/incubator/
DISTFILES=	syslog-ng-incubator-${PORTVERSION}.tar.xz

MAINTAINER=	cy@FreeBSD.org
COMMENT=	The syslog-ng module incubator

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAKE_JOBS_UNSAFE=	yes

LIB_DEPENDS=	libevtlog.so:sysutils/eventlog \
		libsyslog-ng-3.6.so.0:sysutils/syslog-ng36

USES=		bison gmake libtool lua pathfix pkgconfig shebangfix tar:xz
SHEBANG_FILES=	scl/elasticsearch/es-bridge
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	glib20
USE_AUTOTOOLS=	autoconf:env

CONFIGURE_ARGS=	--datadir=${PREFIX}/share/syslog-ng/ --disable-java

.include <bsd.port.mk>