aboutsummaryrefslogtreecommitdiff
path: root/devel/libconfig/Makefile
blob: d4e1362774801680e74485dbea569c128b4d13dd (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
# New ports collection makefile for:   libconfig
# Date created:                September 26, 2007
# Whom:                        Nikos Ntarmos <ntarmos@ceid.upatras.gr>
#
# $FreeBSD$
#

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

MAINTAINER=	ntarmos@cs.uoi.gr
COMMENT=	A simple library for manipulating structured configuration files

USE_GNOME=	gnomehack pkgconfig
HAS_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS+=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
INFO=		libconfig

.include <bsd.port.mk>