freebsd-ports/devel/libconfig/Makefile
Baptiste Daroussin 44c2be4959 Support stage
2014-01-21 00:22:35 +00:00

20 lines
487 B
Makefile

# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
# $FreeBSD$
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= gmake pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
INFO= libconfig
.include <bsd.port.mk>