opnsense-ports/devel/libconfig/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 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>