30 lines
742 B
Makefile
30 lines
742 B
Makefile
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>
|