aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mate-session-manager/Makefile
blob: 14ee5ca22dff5581a1e357696774e80322a97cd3 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mate-session-manager
PORTVERSION=    1.6.1
PORTREVISION=   1
CATEGORIES= x11 mate
MASTER_SITES=   MATE
DIST_SUBDIR=    mate

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

LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libupower-glib.so:${PORTSDIR}/sysutils/upower \
        libexecinfo.so:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS=    ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
        ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo

PORTSCOUT=  limitw:1,even

USES=       gettext gmake pathfix pkgconfig
USE_XZ=     yes
USE_MATE=   settingsdaemon
USE_XORG=   ice sm xau xext xrandr xrender xtrans xtst
USE_GNOME=  glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-docbook-docs \
        --with-gtk=2.0 \
        --with-systemd=no
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.mate.session.gschema.xml

.include <bsd.port.mk>