mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9824a4b03e
- No PORTREVISION bump PR: ports/165899 Submitted by: Aleksandr A Babaylov <"."@babolo.ru> Approved by: maintainer (implicit, timeout +30 days)
26 lines
628 B
Makefile
26 lines
628 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.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.hyperrealm.com/libconfig/
|
|
|
|
MAINTAINER= ntarmos@cs.uoi.gr
|
|
COMMENT= A simple library for manipulating structured configuration files
|
|
|
|
CONFLICTS= wand-libconfig-[0-9]*
|
|
|
|
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>
|