aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-bluecurve-theme
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-30 13:30:12 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-30 13:30:12 +0000
commit51c69fad3ae50709ce3b70dad0251c46ca0e1b27 (patch)
treef6a11e3490518151fbaa3011564198471d5a50c4 /x11-themes/gnome-bluecurve-theme
parentdaac81028d933c4acfcaf90a4c825713ad096a6d (diff)
downloadports-51c69fad3ae50709ce3b70dad0251c46ca0e1b27.tar.gz
ports-51c69fad3ae50709ce3b70dad0251c46ca0e1b27.zip
- Update gtk-bluecurve-theme and qt-bluecurve-theme to 0.122, take
maintainership [1] - Add bluecurve-themes - Add cursor-bluecurve-theme - Add gnome-bluecurve-theme - Add icon-bluecurve-theme - Add metacity-bluecurve-theme - Add xmms-bluecurve-theme Approved by: former maintainer [1]
Notes
Notes: svn path=/head/; revision=136429
Diffstat (limited to 'x11-themes/gnome-bluecurve-theme')
-rw-r--r--x11-themes/gnome-bluecurve-theme/Makefile25
-rw-r--r--x11-themes/gnome-bluecurve-theme/pkg-descr11
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/gnome-bluecurve-theme/Makefile b/x11-themes/gnome-bluecurve-theme/Makefile
new file mode 100644
index 000000000000..255fb3c1944d
--- /dev/null
+++ b/x11-themes/gnome-bluecurve-theme/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnome-bluecurve-theme
+# Date created: 29 May 2005
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-bluecurve-theme
+
+COMMENT= The Bluecurve GNOME meta-theme
+
+RUN_DEPENDS= ${X11BASE}/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gtk-bluecurve-theme \
+ ${X11BASE}/share/icons/Bluecurve/index.theme:${PORTSDIR}/x11-themes/icon-bluecurve-theme \
+ ${X11BASE}/share/gnome/themes/Bluecurve/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-bluecurve-theme
+
+MASTERDIR= ${.CURDIR}/../bluecurve-themes
+
+NO_BUILD= yes
+PLIST_FILES= share/themes/Bluecurve/index.theme
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/themes/Bluecurve
+ ${INSTALL_DATA} ${WRKSRC}/art/index.theme ${PREFIX}/share/themes/Bluecurve
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-themes/gnome-bluecurve-theme/pkg-descr b/x11-themes/gnome-bluecurve-theme/pkg-descr
new file mode 100644
index 000000000000..9c54c9c09647
--- /dev/null
+++ b/x11-themes/gnome-bluecurve-theme/pkg-descr
@@ -0,0 +1,11 @@
+Bluecurve is a set of themes created by the Red Hat Artwork project.
+It attempts to provide an unified look for the open source desktop.
+
+This port contains the Bluecurve GNOME meta-theme, which includes:
+
+ - the GTK+ themes (1.x and 2.x)
+ - the Metacity themes
+ - the icon set
+
+- Jean-Yves Lefort
+jylefort@FreeBSD.org