mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1d0195caba
meson.build:16:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig PR: 270361
31 lines
742 B
Makefile
31 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>
|