mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4889b760a7
* Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442
29 lines
532 B
Makefile
29 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>
|