aboutsummaryrefslogtreecommitdiff
path: root/x11/wayland-logout/Makefile
blob: 5b1a644af8508ee7b42416ff8d00df0a7eb60b09 (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
30
31
# $FreeBSD$

PORTNAME=	wayland-logout
DISTVERSIONPREFIX=	v
DISTVERSION=	1.4
CATEGORIES=	x11

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Simple logout on Wayland

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		meson
USE_GITHUB=	yes
GH_ACCOUNT=	soreau
PLIST_FILES=	bin/${PORTNAME} \
		man/man1/${PORTNAME}.1.gz

.include <bsd.port.options.mk>

# Cannot use C implementation without cr_pid
.if make(makesum)
DISTFILES=	${DISTNAME:S/${DISTVERSION}/1.3/}${EXTRACT_SUFX}
.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1202506
DISTVERSION=	1.3
NO_ARCH=	yes
MESON_ARGS+=	-Dimplementation=shell
.endif

.include <bsd.port.mk>