1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/libconfig/Makefile
Tilman Keskinoz 68b11340e0 Update to 1.4.5
PR:		147865
Submitted by:	maintainer
2010-08-15 12:51:19 +00:00

24 lines
594 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.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>