diff options
| author | fhajny <fhajny@pkgsrc.org> | 2014-09-04 19:46:34 +0000 |
|---|---|---|
| committer | fhajny <fhajny@pkgsrc.org> | 2014-09-04 19:46:34 +0000 |
| commit | 0640407be95680c0c8418c601037ede52d681587 (patch) | |
| tree | 1a8e0c9b4d9ee95b4e51eaa0aa35afc3bec5de78 /sysutils/liblogging/Makefile | |
| parent | 348711c9ea0387ccfd38e84f9f770d5f2b241b4e (diff) | |
| download | pkgsrc-0640407be95680c0c8418c601037ede52d681587.tar.gz | |
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.
Diffstat (limited to 'sysutils/liblogging/Makefile')
| -rw-r--r-- | sysutils/liblogging/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/liblogging/Makefile b/sysutils/liblogging/Makefile new file mode 100644 index 00000000000..2b8a1231ddf --- /dev/null +++ b/sysutils/liblogging/Makefile @@ -0,0 +1,22 @@ +# $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" |
