freebsd-ports/devel/libconfig/Makefile
Martin Wilke dec0611610 - Update to 1.3.2
PR:		133271
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-04-02 18:17:47 +00:00

23 lines
575 B
Makefile

# New ports collection makefile for: libconfig
# Date created: September 26, 2007
# Whom: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
#
# $FreeBSD$
#
PORTNAME= libconfig
PORTVERSION= 1.3.2
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+= --infodir=${PREFIX}/${INFO_PATH}
INFO= libconfig
.include <bsd.port.mk>