summaryrefslogtreecommitdiffstats
path: root/x11/gnome2-lite/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 03:18:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 03:18:53 +0800
commit24fc1a7eacc7326c388f5912b5b78626469cbdb7 (patch)
tree2dd01e1c68b1f37a86cc3f5a3f4d288d8bf4c9ca /x11/gnome2-lite/Makefile
parentb220789eea56f6a86c76c56ba46b33b8f5d22e09 (diff)
downloadmarcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar.gz
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar.bz2
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar.lz
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar.xz
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.tar.zst
marcuscom-ports-24fc1a7eacc7326c388f5912b5b78626469cbdb7.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8675 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-lite/Makefile')
-rw-r--r--x11/gnome2-lite/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile
new file mode 100644
index 000000000..d8c7670aa
--- /dev/null
+++ b/x11/gnome2-lite/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gnome2-lite
+# Date created: 30 November 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnome2-lite/Makefile,v 1.43 2007/03/19 05:13:54 marcus Exp $
+# $MCom: ports/x11/gnome2-lite/Makefile,v 1.54 2007/03/02 15:38:59 ahze Exp $
+#
+
+PORTREVISION= 0
+CATEGORIES= x11 gnome
+PKGNAMESUFFIX= -lite
+
+COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases
+
+RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \
+ gnome-cd:${PORTSDIR}/audio/gnome-media \
+ 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/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"