summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-gray-theme/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-22 18:36:59 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-22 18:36:59 +0000
commitdba250f2612e3bf8916337fe9b4598262e7fd6f1 (patch)
treee8eb92e00e1650f3f2f6f93893dd867a7d878b2a /x11-themes/gtk-gray-theme/Makefile
parentSimple green GTK2 theme (diff)
Gray version of the nice theme "Mint", with a new Metacity theme!
Gray-Flat has got different menubar and different metacity (obviusly you can use Gray-Flat with Gray metacity theme!). WWW: http://www.gnome-look.org/content/show.php?content=34132 PR: ports/93200 Submitted by: Babak Farrokhi <babak@farrokhi.net>
Notes
Notes: svn path=/head/; revision=156694
Diffstat (limited to 'x11-themes/gtk-gray-theme/Makefile')
-rw-r--r--x11-themes/gtk-gray-theme/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile
new file mode 100644
index 000000000000..81bd11446089
--- /dev/null
+++ b/x11-themes/gtk-gray-theme/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gtk-gray-theme
+# Date Created: 2006 FEB 11
+# Whom: Babak Farrokhi <babak@farrokhi.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-gray-theme
+PORTVERSION= 1.7
+CATEGORIES= x11-themes gnome
+MASTER_SITES= http://www.gnome-look.org/content/files/
+DISTNAME= 34132-Gray
+
+MAINTAINER= babak@farrokhi.net
+COMMENT= Gray theme for GTK+ 2.0
+
+RUN_DEPENDS= ${X11BASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango
+
+USE_X_PREFIX= yes
+NO_BUILD= yes
+USE_GNOME= gtk20
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/themes/Gray/gtk-2.0
+ ${MKDIR} ${PREFIX}/share/themes/Gray-Flat/gtk-2.0
+ ${MKDIR} ${PREFIX}/share/gnome/themes/Gray/metacity-1
+ ${MKDIR} ${PREFIX}/share/gnome/themes/Gray-Flat/metacity-1
+ @${CP} ${WRKDIR}/Gray/index.theme ${PREFIX}/share/themes/Gray
+ @${CP} -R ${WRKDIR}/Gray/gtk-2.0/* ${PREFIX}/share/themes/Gray/gtk-2.0
+ @${CP} ${WRKDIR}/Gray-Flat/index.theme ${PREFIX}/share/themes/Gray-Flat
+ @${CP} -R ${WRKDIR}/Gray-Flat/gtk-2.0/* ${PREFIX}/share/themes/Gray-Flat/gtk-2.0
+ @${CP} -R ${WRKDIR}/Gray/metacity-1/* ${PREFIX}/share/gnome/themes/Gray/metacity-1
+ @${CP} -R ${WRKDIR}/Gray-Flat/metacity-1/* ${PREFIX}/share/gnome/themes/Gray-Flat/metacity-1
+
+.include <bsd.port.mk>