mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
cf118ccf87
Reported by: lwhsu
36 lines
832 B
Makefile
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>
|