summaryrefslogtreecommitdiffstats
path: root/x11-themes/metacity-bluecurve-theme
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-11 00:01:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-11 00:01:48 +0800
commit4a53ee49a47f4f5932b8198e3e1c9cc4922f0631 (patch)
tree27a35ef1c96b3c703c6a45dee0f6ba72d6a88181 /x11-themes/metacity-bluecurve-theme
parent1596a7c99fd689df15fa3fd751839dd89038569d (diff)
downloadmarcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.gz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.bz2
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.lz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.xz
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.tar.zst
marcuscom-ports-4a53ee49a47f4f5932b8198e3e1c9cc4922f0631.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9559 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/metacity-bluecurve-theme')
-rw-r--r--x11-themes/metacity-bluecurve-theme/Makefile24
-rw-r--r--x11-themes/metacity-bluecurve-theme/pkg-descr9
2 files changed, 33 insertions, 0 deletions
diff --git a/x11-themes/metacity-bluecurve-theme/Makefile b/x11-themes/metacity-bluecurve-theme/Makefile
new file mode 100644
index 000000000..faed93878
--- /dev/null
+++ b/x11-themes/metacity-bluecurve-theme/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: metacity-bluecurve-theme
+# Date created: 29 May 2005
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= metacity-bluecurve-theme
+
+PORTREVISION= 1
+
+COMMENT= The Bluecurve Metacity themes
+
+MASTERDIR= ${.CURDIR}/../bluecurve-themes
+
+NO_BUILD= yes
+USE_GNOME= gnomehier
+
+.for t in Bluecurve Bluecurve-classic
+BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1
+PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t}
+.endfor
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-themes/metacity-bluecurve-theme/pkg-descr b/x11-themes/metacity-bluecurve-theme/pkg-descr
new file mode 100644
index 000000000..ed1ba241d
--- /dev/null
+++ b/x11-themes/metacity-bluecurve-theme/pkg-descr
@@ -0,0 +1,9 @@
+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 Metacity themes.
+
+WWW: http://fedoraproject.org/wiki/Artwork/
+
+- Jean-Yves Lefort
+jylefort@FreeBSD.org