1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11-toolkits/gtk-layer-shell/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

36 lines
832 B
Makefile

PORTNAME= gtk-layer-shell
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= x11-toolkits
MAINTAINER= jbeich@FreeBSD.org
COMMENT= GTK+ library for the Wayland layer-shell protocol
LICENSE= LGPL3+ MIT
LICENSE_COMB= multi
LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE_LGPL.txt
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT.txt
BUILD_DEPENDS= wayland-protocols>=1.16:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 gnome meson pkgconfig
USE_GNOME= gtk30 introspection:build
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= wmww
OPTIONS_DEFINE= DOCS EXAMPLES TEST
DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
DOCS_MESON_TRUE= docs
EXAMPLES_MESON_TRUE= examples
TEST_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
TEST_MESON_TRUE= tests
pre-install-TEST-on: do-test
.include <bsd.port.mk>