diff options
Diffstat (limited to 'devel/libconfig/Makefile')
-rw-r--r-- | devel/libconfig/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index 361791a5d7a6..98c19fbfd196 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,11 +1,11 @@ PORTNAME= libconfig -PORTVERSION= 1.7.3 +DISTVERSION= 1.8.1 CATEGORIES= devel -MASTER_SITES= https://github.com/hyperrealm/${PORTNAME}/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://hyperrealm.github.io/${PORTNAME}/dist/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Simple library for processing structured configuration files -WWW= https://www.hyperrealm.com/libconfig/libconfig.html +WWW= https://hyperrealm.github.io/libconfig/ LICENSE= LGPL21 @@ -15,6 +15,10 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFLICTS= wand-libconfig +TEST_TARGET= check + +CONFIGURE_ARGS= --disable-examples + OPTIONS_DEFINE= INFO OPTIONS_DEFAULT=INFO |