pkgsrc/sysutils/liblognorm/Makefile
fhajny d1b8f388cd Update sysutils/liblognorm to 2.0.1.
Version 2.0.1, 2016-08-01
- fix public headers, which invalidly contained a strndup()
  definition
- fix some issues in pkgconfig file
- enhance build system to natively support systems with older
  autoconf versions and/or missing autoconf-archive.

Version 2.0.0, 2016-07-21
- completely rewritten, much feature-enhanced version
- requires libfastjson instead of json-c
- big improvements to testbench runs, especially on travis
- lognormalizer tool can now handle lines larger 10k characters
2016-08-09 11:52:28 +00:00

22 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/08/09 11:52:28 fhajny Exp $
DISTNAME= liblognorm-2.0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.liblognorm.com/files/download/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://www.liblognorm.com/
COMMENT= Tool to normalize log data
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= lognorm.pc.in
CONFIGURE_ARGS+= --disable-docs
.include "../../textproc/libfastjson/buildlink3.mk"
.include "../../devel/libestr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"