aboutsummaryrefslogtreecommitdiff
path: root/devel/libconfig/Makefile
blob: 0b66cf615e412d7ed323e7b4f662b6023927e762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>

PORTNAME=	libconfig
PORTVERSION=	1.7.3
CATEGORIES=	devel
MASTER_SITES=	https://github.com/hyperrealm/${PORTNAME}/releases/download/v${PORTVERSION}/

MAINTAINER=	ntarmos@ceid.upatras.gr
COMMENT=	Simple library for processing structured configuration files

LICENSE=	LGPL21

USES=		autoreconf libtool pathfix
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFLICTS=	wand-libconfig

OPTIONS_DEFINE=	INFO
OPTIONS_DEFAULT=INFO

INFO_INFO=	libconfig
INFO_CONFIGURE_OFF=	--disable-doc
INFO_USES=	makeinfo

.include <bsd.port.mk>