508923f461
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
24 lines
675 B
Makefile
24 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:31 rillig Exp $
|
|
|
|
DISTNAME= libconfig-1.7.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hyperrealm.github.io/libconfig/dist/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://hyperrealm.github.io/libconfig/
|
|
COMMENT= Simple library for manipulating structured configuration files
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= lib/libconfig++.pc.in
|
|
PKGCONFIG_OVERRIDE+= lib/libconfig.pc.in
|
|
|
|
# https://github.com/hyperrealm/libconfig/pull/127
|
|
CHECK_PORTABILITY_SKIP= contrib/ls-config/debian/postinst
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|