13d02ce407
Liblogging is an easy to use library for logging. It offers an enhanced replacement for the syslog() call, but retains its ease of use.
13 lines
338 B
Makefile
13 lines
338 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/09/04 19:46:34 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= liblogging
|
|
|
|
.if !defined(LIBLOGGING_BUILDLINK3_MK)
|
|
LIBLOGGING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.liblogging+= liblogging>=1.0.4
|
|
BUILDLINK_PKGSRCDIR.liblogging?= ../../sysutils/liblogging
|
|
|
|
.endif # LIBLOGGING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -liblogging
|