summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-bluecurve-theme
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-02 10:29:40 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-02 10:29:40 +0800
commit5ef0e6904ea609cfad9fa2f85fd8290ead5841d0 (patch)
tree5f62cbc37c49a95a32acffca42c56f24c709ba7e /x11-themes/gnome-bluecurve-theme
parentb3c98565e0c1d3411c1999fb0c99fb01843d5b20 (diff)
downloadmarcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar.gz
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar.bz2
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar.lz
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar.xz
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.tar.zst
marcuscom-ports-5ef0e6904ea609cfad9fa2f85fd8290ead5841d0.zip
X11BASE -> LOCALBASE, bluecurve-theme and gtk live in LOCALBASE. Bump the
PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6928 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-bluecurve-theme')
-rw-r--r--x11-themes/gnome-bluecurve-theme/Makefile26
-rw-r--r--x11-themes/gnome-bluecurve-theme/pkg-descr13
2 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/gnome-bluecurve-theme/Makefile b/x11-themes/gnome-bluecurve-theme/Makefile
new file mode 100644
index 000000000..c4e08e5d6
--- /dev/null
+++ b/x11-themes/gnome-bluecurve-theme/Makefile
@@ -0,0 +1,26 @@
+# 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
+PORTREVISION= 2
+
+COMMENT= The Bluecurve GNOME meta-theme
+
+RUN_DEPENDS= ${LOCALBASE}/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gtk-bluecurve-theme \
+ ${LOCALBASE}/share/icons/Bluecurve/index.theme:${PORTSDIR}/x11-themes/icon-bluecurve-theme \
+ ${LOCALBASE}/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 000000000..399b2d941
--- /dev/null
+++ b/x11-themes/gnome-bluecurve-theme/pkg-descr
@@ -0,0 +1,13 @@
+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
+
+WWW: http://fedora.redhat.com/projects/artwork/
+
+- Jean-Yves Lefort
+jylefort@FreeBSD.org