summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-session3/Makefile')
-rw-r--r--x11/gnome-session3/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile
new file mode 100644
index 000000000..c168e2c8e
--- /dev/null
+++ b/x11/gnome-session3/Makefile
@@ -0,0 +1,48 @@
+# 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.1 2010/07/26 16:06:42 kwm Exp $
+#
+
+PORTNAME= gnome-session
+PORTVERSION= 2.91.4
+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.30.*
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ execinfo:${PORTSDIR}/devel/libexecinfo \
+ upower-glib.1:${PORTSDIR}/sysutils/upower
+RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
+ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
+
+INSTALLS_ICONS= yes
+USE_GETTEXT= yes
+USE_BZIP2= yes
+USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite
+USE_GL= gl
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool
+GNOME_DESKTOP_VERSION=3
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-docbook-docs
+CONFIGURE_ENV= 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
+
+PKGMESSAGE= ${.CURDIR}/pkg-message
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>