blob: 13ffe1128a3c7de5dc38c30cdbbe8f496bae0b6a (
plain) (
tree)
|
|
# New ports collection makefile for: gnomesession
# Date created: 08 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11/gnome-session3/Makefile,v 1.22 2011/09/20 12:53:33 kwm Exp $
#
PORTNAME= gnome-session
PORTVERSION= 3.2.0
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Session component for the GNOME 3 desktop
CONFLICTS= gnome-session-2.[0-9]*
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
execinfo:${PORTSDIR}/devel/libexecinfo \
json-glib-1.0.0:${PORTSDIR}/devel/json-glib \
upower-glib.1:${PORTSDIR}/sysutils/upower
RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
LATEST_LINK= gnome-session3
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_XZ= yes
USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite
USE_GL= gl
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool gtk30 librsvg2
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>
|