1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/libconfig/Makefile
Dmitry Marakasov fcf8e750d0 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-22 23:25:54 +00:00

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>