mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
fcf8e750d0
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
22 lines
511 B
Makefile
22 lines
511 B
Makefile
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libconfig
|
|
PORTVERSION= 1.4.9
|
|
PORTREVISION= 1
|
|
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 libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
|
|
INFO= libconfig
|
|
|
|
.include <bsd.port.mk>
|