diff options
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r-- | x11/gnome-session/Makefile | 38 |
1 files changed, 14 insertions, 24 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 8ca80cab9..9b082e91d 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,44 +1,34 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-session/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/x11/gnome-session3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-session -PORTVERSION= 2.32.1 -PORTREVISION= 3 +PORTVERSION= 3.6.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= Session component for the GNOME 2 desktop +COMMENT= Session component for the GNOME 3 desktop -CONFLICTS= gnome-session-3.[0-9]* - -BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ - notify:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - upower-glib:${PORTSDIR}/sysutils/upower -RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libupower-glib.so:${PORTSDIR}/sysutils/upower +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo -NO_STAGE= yes INSTALLS_ICONS= yes USES= gettext gmake pathfix pkgconfig -USE_BZIP2= yes -USE_XORG= ice sm xau xrandr -USE_GNOME= gnomeprefix intlhack gconf2 +USE_XZ= yes +USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite +USE_GL= gl +USE_GNOME= gnomeprefix intlhack gconf2 intltool gtk30 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs -# us gconftool-2 instead of sanity-check because that got removed from gconf2. -CONFIGURE_ENV= ac_cv_path_GCONF_SANITY_CHECK=${LOCALBASE}/bin/gconftool-2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \ - gnome-session-save.1 -GCONF_SCHEMAS= gnome-session.schemas +GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml .include <bsd.port.mk> |