diff options
Diffstat (limited to 'x11-themes/gtk-gray-theme/Makefile')
-rw-r--r-- | x11-themes/gtk-gray-theme/Makefile | 35 |
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 000000000..d734034d5 --- /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 +PORTREVISION= 3 +CATEGORIES= x11-themes gnome +MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ +DISTNAME= 34132-Gray + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Gray theme for GTK+ 2.0 + +RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango + +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/themes/Gray/metacity-1 + ${MKDIR} ${PREFIX}/share/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/themes/Gray/metacity-1 + @${CP} -R ${WRKDIR}/Gray-Flat/metacity-1/* ${PREFIX}/share/themes/Gray-Flat/metacity-1 + +.include <bsd.port.mk> |