blob: fbdc0c8023ae52f6e32ce981459bf7e7a25b9c0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $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"
|