pkgsrc/sysutils/liblogging/Makefile
fhajny 13d02ce407 Import liblogging-1.0.4 as sysutils/liblogging.
Liblogging is an easy to use library for logging. It offers
an enhanced replacement for the syslog() call, but retains
its ease of use.
2014-09-04 19:46:34 +00:00

22 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/09/04 19:46:34 fhajny Exp $
DISTNAME= liblogging-1.0.4
CATEGORIES= sysutils
MASTER_SITES= http://download.rsyslog.com/liblogging/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://www.liblogging.org/
COMMENT= Easy to use logging library
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= rfc3195/liblogging-rfc3195.pc.in
PKGCONFIG_OVERRIDE+= stdlog/liblogging-stdlog.pc.in
CONFIGURE_ARGS+= --disable-journal
CONFIGURE_ARGS+= --enable-stdlog
.include "../../mk/bsd.pkg.mk"