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 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= http://www.hyperrealm.com/libconfig/ |
7 |
# MASTER_SITES= http://www.hyperrealm.com/libconfig/ |
9 |
|
8 |
|
10 |
MAINTAINER= ntarmos@ceid.upatras.gr |
9 |
MAINTAINER= ntarmos@ceid.upatras.gr |
11 |
COMMENT= Simple library for manipulating structured configuration files |
10 |
COMMENT= Simple library for manipulating structured configuration files |
Lines 14-23
Link Here
|
14 |
|
13 |
|
15 |
CONFLICTS= wand-libconfig-[0-9]* |
14 |
CONFLICTS= wand-libconfig-[0-9]* |
16 |
|
15 |
|
17 |
USES= libtool pathfix |
16 |
USES= cmake |
18 |
GNU_CONFIGURE= yes |
17 |
CMAKE_OFF= BUILD_TESTS |
19 |
USE_LDCONFIG= yes |
18 |
CMAKE_ON= BUILD_CONFIG |
20 |
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} |
|
|
21 |
INFO= libconfig |
22 |
|
19 |
|
|
|
20 |
USE_GITHUB= YES |
21 |
GH_ACCOUNT= hyperrealm |
22 |
GH_PROJECT= libconfig |
23 |
GH_TAGNAME= 9716f62 |
24 |
|
23 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |