# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
# $FreeBSD: tags/RELEASE_10_0_0/devel/libconfig/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	libconfig
PORTVERSION=	1.4.9
CATEGORIES=	devel
MASTER_SITES=	http://www.hyperrealm.com/libconfig/

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

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

USES=	pathfix
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS+=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
INFO=		libconfig

NO_STAGE=	yes
.include <bsd.port.mk>
