summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-envy-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-envy-theme/Makefile')
-rw-r--r--x11-themes/gtk-envy-theme/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-themes/gtk-envy-theme/Makefile b/x11-themes/gtk-envy-theme/Makefile
new file mode 100644
index 000000000..346094d3c
--- /dev/null
+++ b/x11-themes/gtk-envy-theme/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gtk-envy-theme
+# Date Created: 2006 FEB 11
+# Whom: Babak Farrokhi <babak@farrokhi.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-envy-theme
+PORTVERSION= 1.0.${SNAPSHOT}
+PORTREVISION= 1
+CATEGORIES= x11-themes gnome
+MASTER_SITES= http://www.gnome-look.org/content/files/
+DISTNAME= 35093-Envy
+
+MAINTAINER= babak@farrokhi.net
+COMMENT= Envy theme for GTK+ 2.0
+
+#RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango
+
+SNAPSHOT= 20060211
+NO_BUILD= yes
+USE_GNOME= gtk20
+WRKSRC= ${WRKDIR}/Envy
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/themes/Envy/gtk-2.0
+ ${MKDIR} ${PREFIX}/share/gnome/themes/Envy/metacity-1
+ @${CP} ${FILESDIR}/index.theme.in ${PREFIX}/share/themes/Envy/index.theme
+ @${CP} -R ${WRKDIR}/Envy/gtk-2.0/* ${PREFIX}/share/themes/Envy/gtk-2.0
+ @${CP} -R ${WRKDIR}/Envy/metacity-1/* ${PREFIX}/share/gnome/themes/Envy/metacity-1
+
+.include <bsd.port.mk>