summaryrefslogtreecommitdiffstats
path: root/x11/gnome3-lite
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-01 18:59:09 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-01 18:59:09 +0800
commitc61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88 (patch)
treeed54d1ce58faa1604dab20004c007b28224c3a39 /x11/gnome3-lite
parente7bab3844816666e250c19c5a921e768d768b351 (diff)
downloadmarcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar.gz
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar.bz2
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar.lz
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar.xz
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.tar.zst
marcuscom-ports-c61aa4a0f7ccdb793bb400ba70ca6fe63e2c2f88.zip
Overhall the gnome 3 metaports. x11/gnome3-lite (*) is now a minimal desktop port.
The x11/gnome3 meta port now pulls all the applications that are released with the GNOME desktop. *) may need more tweaking. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15675 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome3-lite')
-rw-r--r--x11/gnome3-lite/Makefile24
-rw-r--r--x11/gnome3-lite/pkg-descr7
-rw-r--r--x11/gnome3-lite/pkg-message21
3 files changed, 52 insertions, 0 deletions
diff --git a/x11/gnome3-lite/Makefile b/x11/gnome3-lite/Makefile
new file mode 100644
index 000000000..4f407b673
--- /dev/null
+++ b/x11/gnome3-lite/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gnome2-lite
+# Date created: 30 November 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11/gnome2-lite/Makefile,v 1.62 2009/11/26 20:39:06 marcus Exp $
+#
+
+PORTREVISION= 0
+CATEGORIES= x11 gnome
+PKGNAMESUFFIX= -lite
+
+COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics
+
+MASTERDIR= ${.CURDIR}/../gnome3
+CONFLICTS= gnome3-[0-9]*
+
+DESCR= ${.CURDIR}/pkg-descr
+PKGMESSAGE= ${.CURDIR}/pkg-message
+
+.include "${MASTERDIR}/Makefile"
+
+
+
diff --git a/x11/gnome3-lite/pkg-descr b/x11/gnome3-lite/pkg-descr
new file mode 100644
index 000000000..479debf38
--- /dev/null
+++ b/x11/gnome3-lite/pkg-descr
@@ -0,0 +1,7 @@
+GNU Network Object Model Environment
+
+This metaport installs the pieces of the GNOME 3 desktop that
+are needed to provide a functional desktop. The x11/gnome3
+meta port, contains the full version of the GNOME 3 desktop environment.
+
+WWW: http://www.FreeBSD.org/gnome/
diff --git a/x11/gnome3-lite/pkg-message b/x11/gnome3-lite/pkg-message
new file mode 100644
index 000000000..209a46ca8
--- /dev/null
+++ b/x11/gnome3-lite/pkg-message
@@ -0,0 +1,21 @@
+************************************************************
+
+The GNOME 3 desktop Lite edition has been successfully installed.
+
+The Lite edition only includes the minimal components to get a working GNOME 3
+Desktop. The user then has to install prefered applications like editor,
+web browser or e-mail client. If you wish to install the full desktop, you can
+remove this port, and install the x11/gnome3 port or package. That can be best
+accomplished using the following commands:
+
+# pkg_delete gnome3-lite
+# cd /usr/ports/x11/gnome3
+# make install clean
+
+Alternatively, you can install additional GNOME components individually
+using either their ports or packages.
+
+For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project
+site at http://www.FreeBSD.org/gnome.
+
+************************************************************