aboutsummaryrefslogtreecommitdiff
path: root/devel/libconfig/Makefile
blob: 0b8f673c2312bd97c7425a2f53b861c25b23a89f (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
27
28
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>

PORTNAME=	libconfig
PORTVERSION=	1.7.2
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	devel

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

LICENSE=	LGPL21

BUILD_DEPENDS=	makeinfo:print/texinfo

USES=	autoreconf libtool pathfix
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS+=	--prefix=${PREFIX}

USE_GITHUB=	YES
GH_ACCOUNT=	hyperrealm

CONFLICTS=	wand-libconfig-[0-9]*

INFO=	libconfig

.include <bsd.port.mk>