diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile index 51f16a87e381..58c40b3e4a40 100644 --- a/devel/wf-config/Makefile +++ b/devel/wf-config/Makefile @@ -1,34 +1,35 @@ PORTNAME= wf-config DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Library for managing configuration files, written for wayfire WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols \ glm>0:math/glm LIB_DEPENDS= libevdev.so:devel/libevdev RUN_DEPENDS= glm>0:math/glm TEST_DEPENDS= doctest>0:devel/doctest USES= cmake:indirect compiler:c++17-lang gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= libxml2 USE_LDCONFIG= yes GH_ACCOUNT= WayfireWM MESON_ARGS= -Dtests=disabled +PLIST_SUB= VERSION=${PORTVERSION} pre-test: @if [ ! -e ${WRKDIR}/.meson_build_tests ]; then \ ${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \ ${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dtests=enabled"; \ ${TOUCH} ${WRKDIR}/.meson_build_tests; \ fi .include diff --git a/devel/wf-config/pkg-plist b/devel/wf-config/pkg-plist index 92e3a236a2fe..a3c741960162 100644 --- a/devel/wf-config/pkg-plist +++ b/devel/wf-config/pkg-plist @@ -1,16 +1,16 @@ include/wayfire/config/compound-option.hpp include/wayfire/config/config-manager.hpp include/wayfire/config/file.hpp include/wayfire/config/option-types.hpp include/wayfire/config/option-wrapper.hpp include/wayfire/config/option.hpp include/wayfire/config/section.hpp include/wayfire/config/types.hpp include/wayfire/config/xml.hpp include/wayfire/util/duration.hpp include/wayfire/util/log.hpp include/wayfire/util/stringify.hpp lib/libwf-config.so -lib/libwf-config.so.0.8.0 +lib/libwf-config.so.%%VERSION%% lib/libwf-config.so.1 libdata/pkgconfig/wf-config.pc