diff options
Diffstat (limited to 'x11-themes/gnome-industrial-theme/Makefile')
-rw-r--r-- | x11-themes/gnome-industrial-theme/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gnome-industrial-theme/Makefile b/x11-themes/gnome-industrial-theme/Makefile index 5bc269cbf11a..1f3b314e8561 100644 --- a/x11-themes/gnome-industrial-theme/Makefile +++ b/x11-themes/gnome-industrial-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-industrial-theme PORTVERSION= 0.2.29 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://ftp.ximian.com/pub/xd2/redhat-9-i386/source/ \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} @@ -21,6 +21,10 @@ EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras +BROKEN= gnome-themes-extras no longer has industrial engine +DEPRECATED= yes +EXPIRATION_DATE=2007-11-22 + NO_BUILD= yes USE_GNOME= gnomehack libgnomeui @@ -101,8 +105,8 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/icons/Industrial/index.theme ${PREFIX}/share/icons/Industrial - @${MKDIR} ${PREFIX}/share/gnome/themes/Industrial/metacity-1 - @${INSTALL_DATA} ${WRKSRC}/metacity/metacity-theme-1.xml ${PREFIX}/share/gnome/themes/Industrial/metacity-1 + @${MKDIR} ${PREFIX}/share/themes/Industrial/metacity-1 + @${INSTALL_DATA} ${WRKSRC}/metacity/metacity-theme-1.xml ${PREFIX}/share/themes/Industrial/metacity-1 @${INSTALL_DATA} ${WRKSRC}/index.theme ${PREFIX}/share/themes/Industrial .if defined(WITH_XMMS) |