pkgsrc/sysutils/liblognorm/Makefile
fhajny 8c1636c1d1 Update liblognorm to 1.1.0.
- added regular expression support
  use this feature with great care, as it thrashes performance
- fix build problem when --enable-debug was set
2015-01-16 16:37:41 +00:00

22 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/01/16 16:37:41 fhajny Exp $
DISTNAME= liblognorm-1.1.0
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/json-c/buildlink3.mk"
.include "../../devel/libestr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"