blob: 21489aeb57040d94c5a97829b116821f6d3fff06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= wayland-utils
DISTVERSION= 1.3.0
CATEGORIES= graphics wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Display information about protocols supported by Wayland compositor
WWW= https://gitlab.freedesktop.org/wayland/wayland-utils
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-protocols>=1.44:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= meson pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= wayland
PLIST_FILES= bin/wayland-info \
share/man/man1/wayland-info.1.gz
OPTIONS_DEFINE= DRM
OPTIONS_DEFAULT=DRM
DRM_DESC= Print extra DRM information
DRM_LIB_DEPENDS= libdrm.so:graphics/libdrm
DRM_MESON_ENABLED= drm
.include <bsd.port.mk>
|