View | Details | Raw Unified | Return to bug 135236
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libconfig
8
PORTNAME=	libconfig
9
PORTVERSION=	1.3.2
9
PORTVERSION=	1.3.2
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	http://www.hyperrealm.com/libconfig/
12
MASTER_SITES=	http://www.hyperrealm.com/libconfig/
12
13
Lines 17-23 Link Here
17
HAS_CONFIGURE=	yes
18
HAS_CONFIGURE=	yes
18
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
CONFIGURE_ARGS+=	--infodir=${PREFIX}/${INFO_PATH}
21
CONFIGURE_ARGS+=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
21
INFO=		libconfig
22
INFO=		libconfig
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>

Return to bug 135236