Also, fixed on /stable/11 but 11.5 was never released. https://cgit.freebsd.org/src/commit/?id=826c98ddd69b
26 lines
603 B
Makefile
26 lines
603 B
Makefile
PORTNAME= wob
|
|
DISTVERSION= 0.12
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Lightweight overlay volume (or anything) bar for Wayland
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= wayland-protocols>=1.13:graphics/wayland-protocols
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
|
|
USES= meson pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= francma
|
|
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
|
|
|
|
.include <bsd.port.mk>
|