pkgsrc/sysutils/liblognorm/buildlink3.mk
fhajny 5529146bb9 Import liblognorm-1.0.1 as sysutils/liblognorm.
liblognorm shall help to make sense out of syslog data, or, actually,
any event data that is present in text form.

In short words, one will be able to throw arbitrary log message to
liblognorm, one at a time, and for each message it will output
well-defined name-value pairs and a set of tags describing the message.
2014-09-04 19:53:36 +00:00

13 lines
338 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/09/04 19:53:36 fhajny Exp $
BUILDLINK_TREE+= liblognorm
.if !defined(LIBLOGNORM_BUILDLINK3_MK)
LIBLOGNORM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.liblognorm+= liblognorm>=1.0.0
BUILDLINK_PKGSRCDIR.liblognorm?= ../../sysutils/liblognorm
.endif # LIBLOGNORM_BUILDLINK3_MK
BUILDLINK_TREE+= -liblognorm