mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
509 B
Makefile
23 lines
509 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= pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
|
|
INFO= libconfig
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|