aboutsummaryrefslogtreecommitdiff
path: root/x11/xwayland-run/Makefile
blob: 22acb90d6f0902636cf6321e648b610608534312 (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
PORTNAME=	xwayland-run
PORTVERSION=	0.0.2
PORTREVISION=	1
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Run Xwayland and compositor headless
WWW=		https://gitlab.freedesktop.org/ofourdan/xwayland-run

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	cage>0:x11-wm/cage

USES=		meson pkgconfig python shebangfix tar:xz

USE_GITLAB=	yes
GL_SITE=	https://gitlab.freedesktop.org
GL_ACCOUNT=	ofourdan

BINARY_ALIAS+=	python3=${PYTHON_VERSION}
SHEBANG_FILES=	src/xwfb-run.py \
		src/xwayland-run.py \
		src/wlheadless-run.py

MESON_ARGS=	-Dcompositor=cage

.include <bsd.port.mk>