aboutsummaryrefslogtreecommitdiff
path: root/x11/cinnamon-session/Makefile
blob: b46c5b6ce3ea2612b4a56ffb1d80a026464e93df (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
38
39
40
41
42
43
44
45
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=	cinnamon-session
PORTVERSION=	4.8.0
CATEGORIES=	x11 gnome
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Session component for the cinnamon desktop

LICENSE=	GPLv2

LIB_DEPENDS=	libdbus-1.so:devel/dbus \
		libdbus-glib-1.so:devel/dbus-glib \
		libxapp.so:x11/xapp \
		libcanberra.so:audio/libcanberra
RUN_DEPENDS=	console-kit-daemon:sysutils/consolekit2

USES=		gl gnome meson pkgconfig python:3.5+,build shebangfix xorg

USE_GITHUB=	yes
GH_ACCOUNT=	linuxmint

SHEBANG_FILES=	data/meson_install_schemas.py

USE_GNOME=	cairo gdkpixbuf2 gtk30
USE_XORG=	ice sm x11 xau xcomposite xext xrender xtrans xtst
USE_GL=		gl
INSTALLS_ICONS=	yes

GLIB_SCHEMAS=	org.cinnamon.SessionManager.gschema.xml

OPTIONS_DEFINE=	DOCS GCONF IPV6
OPTIONS_DEFAULT=	IPV6

DOCS_BUILD_DEPENDS=	xmlto:textproc/xmlto
DOCS_MESON_TRUE=	docbook

GCONF_USE=		gnome=gconf2
GCONF_MESON_TRUE=	gconf

IPV6_MESON_TRUE=	ipv6

.include <bsd.port.mk>