freebsd-ports/x11/wob/Makefile
Jan Beich 1d0195caba x11/wob: unbreak with --auto-features=enabled
meson.build:16:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig

PR:		270361
2023-03-20 19:59:00 +00:00

30 lines
742 B
Makefile

PORTNAME= wob
DISTVERSION= 0.14.2
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Lightweight overlay volume (or anything) bar for Wayland
WWW= https://github.com/francma/wob
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.13:graphics/wayland-protocols
LIB_DEPENDS= libinih.so:devel/inih \
libwayland-client.so:graphics/wayland
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= francma
MESON_ARGS= -Dseccomp=disabled
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \
man/man5/${PORTNAME}.ini.5.gz
.include <bsd.port.mk>