summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session3/Makefile
blob: 3362cd9d6dda073eb362251e27f87bdfb211237f (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/x11/gnome-session3/Makefile,v 1.25 2012/05/25 09:52:12 kwm Exp $

PORTNAME=   gnome-session
PORTVERSION=    3.6.2
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

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

LIB_DEPENDS=    dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
        execinfo:${PORTSDIR}/devel/libexecinfo \
        json-glib-1.0:${PORTSDIR}/devel/json-glib \
        upower-glib:${PORTSDIR}/sysutils/upower
RUN_DEPENDS=    ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
        ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo

CONFLICTS=  gnome-session-2.[0-9]*

LATEST_LINK=    gnome-session3
INSTALLS_ICONS= yes
USES=       gettext pathfix pkgconfig
USE_XZ=     yes
USE_XORG=   ice sm xau xext xtst xrender xtrans xcomposite
USE_GL=     gl
USE_GNOME=  gnomeprefix intlhack gconf2 intltool gtk30
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-docbook-docs
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       gnome-session.1 gnome-session-properties.1 \
        gnome-session-quit.1
GLIB_SCHEMAS=   org.gnome.SessionManager.gschema.xml

.include <bsd.port.mk>