[Midnightbsd-cvs] mports: x11/gnome2-lite: add gnome-2 lite

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 4 11:40:17 EST 2007


Log Message:
-----------
add gnome-2 lite

Added Files:
-----------
    mports/x11/gnome2-lite:
        Makefile (r1.1)
        pkg-descr (r1.1)
        pkg-message (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11/gnome2-lite/pkg-message
@@ -0,0 +1,6 @@
+
+The GNOME 2 desktop Lite edition has been successfully installed.
+
+The Lite edition does not include all the components of the standard
+GNOME 2 desktop as detailed at http://www.gnome.org. 
+
--- /dev/null
+++ x11/gnome2-lite/pkg-descr
@@ -0,0 +1,4 @@
+GNU Network Object Model Environment
+
+This metaport installs the pieces of the GNOME 2 desktop that
+are needed to provide a functional desktop.
--- /dev/null
+++ x11/gnome2-lite/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for:	gnome2-lite
+# Date created:		Sun Nov  4 11:17:58 EST 2007
+# Whom:			Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/x11/gnome2-lite/Makefile,v 1.1 2007/11/04 16:40:17 laffer1 Exp $
+#
+
+PORTREVISION=	0
+CATEGORIES=	x11 gnome
+PKGNAMESUFFIX=	-lite
+
+COMMENT=	The "meta-port" of the GNOME desktop (trimmed)
+
+#gnome-cd:${PORTSDIR}/audio/gnome-media
+RUN_DEPENDS=	${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \
+	 	gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \
+		eog:${PORTSDIR}/graphics/eog \
+		gedit:${PORTSDIR}/editors/gedit \
+		gnome-terminal:${PORTSDIR}/x11/gnome-terminal \
+		gnome-session:${PORTSDIR}/x11/gnome-session \
+		gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \
+		nautilus:${PORTSDIR}/x11-fm/nautilus \
+		${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \
+		${LOCALBASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \
+		file-roller:${PORTSDIR}/archivers/file-roller \
+		${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \
+		evince:${PORTSDIR}/graphics/evince \
+		gcalctool:${PORTSDIR}/math/gcalctool \
+		gucharmap:${PORTSDIR}/deskutils/gucharmap \
+		${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
+		gconf-editor:${PORTSDIR}/sysutils/gconf-editor \
+		gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
+    		gnome-mount:${PORTSDIR}/sysutils/gnome-mount
+#		totem:${PORTSDIR}/multimedia/totem
+
+MASTERDIR=	${.CURDIR}/../gnome2
+CONFLICTS=	gnome2-[0-9]*
+
+DESCR=		${.CURDIR}/pkg-descr
+PKGMESSAGE=	${.CURDIR}/pkg-message
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list