Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libconfig |
4 |
PORTNAME= libconfig |
5 |
PORTVERSION= 1.4.9 |
5 |
PORTVERSION= 1.7.2 |
6 |
PORTREVISION= 1 |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
8 |
MASTER_SITES= http://www.hyperrealm.com/libconfig/ |
8 |
# MASTER_SITES= http://www.hyperrealm.com/libconfig/ |
9 |
|
9 |
|
10 |
MAINTAINER= ntarmos@ceid.upatras.gr |
10 |
MAINTAINER= ntarmos@ceid.upatras.gr |
11 |
COMMENT= Simple library for manipulating structured configuration files |
11 |
COMMENT= Simple library for manipulating structured configuration files |
Lines 14-23
Link Here
|
14 |
|
14 |
|
15 |
CONFLICTS= wand-libconfig-[0-9]* |
15 |
CONFLICTS= wand-libconfig-[0-9]* |
16 |
|
16 |
|
17 |
USES= libtool pathfix |
17 |
BUILD_DEPENDS= makeinfo:print/texinfo |
|
|
18 |
|
19 |
USES= autoreconf libtool pathfix |
18 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
20 |
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} |
22 |
CONFIGURE_ARGS+= --prefix=${PREFIX} |
21 |
INFO= libconfig |
|
|
22 |
|
23 |
|
|
|
24 |
USE_GITHUB= YES |
25 |
GH_ACCOUNT= hyperrealm |
26 |
|
27 |
INFO= libconfig |
28 |
|
23 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |