9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:10 rillig Exp $
|
|
|
|
DISTNAME= liblognorm-2.0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.liblognorm.com/files/download/
|
|
|
|
MAINTAINER= fhajny@NetBSD.org
|
|
HOMEPAGE= https://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"
|