aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-session/Makefile
blob: 19c81b255980b0a35e3b37cc93ef10511c57db9f (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
32
33
34
35
36
37
PORTNAME=	gnome-session
PORTVERSION=	42.0
PORTREVISION=	2
CATEGORIES=	x11 gnome
MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Session component for the GNOME desktop
WWW=		https://www.gnome.org/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	xmlto:textproc/xmlto
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
		libdbus-glib-1.so:devel/dbus-glib \
		libepoxy.so:graphics/libepoxy
RUN_DEPENDS=	${LOCALBASE}/sbin/console-kit-daemon:sysutils/consolekit2 \
		dbus-daemon:devel/dbus

PORTSCOUT=	limitw:1,even

USES=		compiler:c11 gettext gl gnome localbase:ldflags meson \
		pkgconfig python:build tar:xz xorg
USE_GNOME=	gnomedesktop3 gtk30
USE_XORG=	ice sm x11 xcomposite xtrans
USE_GL=		egl gl glesv2
MESON_ARGS=	-Dsystemd=false \
		-Dsystemd_session=disable \
		-Dsystemd_journal=false \
		-Dconsolekit=true
BINARY_ALIAS=	python3=${PYTHON_VERSION}

GLIB_SCHEMAS=	org.gnome.SessionManager.gschema.xml

.include <bsd.port.mk>