aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eventlog/Makefile
blob: 429e84c92b73b12b0b904817e70332518f76ce8b (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
# Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
# $FreeBSD$

PORTNAME=	eventlog
PORTVERSION=	0.2.12
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/
DISTFILES=	${PORTNAME}_${PORTVERSION}.tar.gz

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Replacement of the simple syslog() API providing structure to messages

BROKEN=		unfetchable

DEPRECATED=		No longer supported by Balabit
EXPIRATION_DATE=	2019-12-31

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

#	Reminder: Retire this port sysutils/syslog-ng310 is retired.
#	syslog-ng311 and subsequent ports make use of a private copy of
#	eventlog. sysutils/syslog-ng* is this port's only consumer.

GNU_CONFIGURE=	yes
USES=		libtool pathfix pkgconfig
USE_LDCONFIG=	yes

.include <bsd.port.mk>