b2a7be6e6d
The changelog is too long for this commit message, go find it at https://github.com/hercules-team/augeas/releases and http://augeas.net/news.html. Note that 1.8.1 included the following: Fix error in handling escaped whitespace at the end of path expressions (addresses CVE-2017-7555).
20 lines
508 B
Makefile
20 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/11/03 11:05:42 bsiegert Exp $
|
|
|
|
DISTNAME= augeas-1.9.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://download.augeas.net/
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= http://augeas.net/
|
|
COMMENT= Tool for editing configuration programmatically
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= augeas.pc.in
|
|
|
|
.include "../../mk/readline.buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|