opnsense-ports/devel/libconfig/Makefile
Franco Fichtner 88a4cdfc6a devel/libconfig: sync with upstream
Taken from: HardenedBSD
2018-08-07 07:49:15 +02:00

28 lines
532 B
Makefile

# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
# $FreeBSD$
PORTNAME= libconfig
PORTVERSION= 1.7.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= ntarmos@ceid.upatras.gr
COMMENT= Simple library for manipulating structured configuration files
LICENSE= LGPL21
BUILD_DEPENDS= makeinfo:print/texinfo
USES= autoreconf libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_GITHUB= YES
GH_ACCOUNT= hyperrealm
CONFLICTS= wand-libconfig-[0-9]*
INFO= libconfig
.include <bsd.port.mk>