pkgsrc/sysutils/eventlog/buildlink3.mk
bouyer 26b29b938f Initial import of eventlog 0.2.12, required by the upcoming syslog-ng
update (OK agc@)
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.
2011-09-21 19:29:24 +00:00

12 lines
324 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/09/21 19:29:24 bouyer Exp $
BUILDLINK_TREE+= eventlog
.if !defined(EVENTLOG_BUILDLINK3_MK)
EVENTLOG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.eventlog+= eventlog>=0.2.12
BUILDLINK_PKGSRCDIR.eventlog?= ../../sysutils/eventlog
.endif # EVENTLOG_BUILDLINK3_MK
BUILDLINK_TREE+= -eventlog