summaryrefslogtreecommitdiffstats
path: root/x11/gnome-shell/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-16 02:20:28 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-16 02:20:28 +0800
commitb0893bd850aaf28d0e6eaeb856309ff59c3d9eff (patch)
tree597a3b3555c5425aefaf2f1152d3c07179eb1d9e /x11/gnome-shell/Makefile
parentb90677a286a86aa5ecf7dc96338316614b6692c9 (diff)
downloadmarcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar.gz
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar.bz2
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar.lz
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar.xz
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.tar.zst
marcuscom-ports-b0893bd850aaf28d0e6eaeb856309ff59c3d9eff.zip
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell/Makefile')
-rw-r--r--x11/gnome-shell/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
new file mode 100644
index 000000000..c71340921
--- /dev/null
+++ b/x11/gnome-shell/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: gnome-shell
+# Date created: 14 Aug 2009
+# Whom: Pawel Worach <pawel.worach@gmail.com>
+#
+# $FreeBSD$
+# $MCom: ports/x11/gnome-shell/Makefile,v 1.16 2010/11/20 15:05:25 kwm Exp $
+#
+
+PORTNAME= gnome-shell
+PORTVERSION= 2.91.5
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Next generation GNOME desktop shell
+
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
+ mutter-private.0:${PORTSDIR}/x11-wm/mutter \
+ pulse.0:${PORTSDIR}/audio/pulseaudio \
+ croco-0.6.3:${PORTSDIR}/textproc/libcroco \
+ gbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
+ gjs-gi:${PORTSDIR}/lang/gjs
+#RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
+# glxinfo:${PORTSDIR}/graphics/mesa-demos
+
+USE_BZIP2= yes
+USE_XORG= x11 xfixes sm
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 gnomemenus \
+ gnomedesktop3 ltverhack
+USE_GSTREAMER= theora
+USE_LDCONFIG= yes
+
+GLIB_SCHEMAS= org.gnome.accessibility.magnifier.gschema.xml \
+ org.gnome.shell.gschema.xml
+GCONF_SCHEMAS= gnome-shell.schemas
+
+MAN1= gnome-shell.1
+
+.include <bsd.port.mk>