freebsd-ports/x11-themes/indubstrial/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

38 lines
1.3 KiB
Makefile

# New ports collection makefile for: Indubstrial
# Date Created: 20 August 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= indubstrial
PORTVERSION= 0.3.2
PORTREVISION= 5
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.gnome.org/~jdub/2004/indubstrial/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A clean, clear modification on the Industrial GTK+ and Metacity themes
RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \
${LOCALBASE}/lib/gtk/themes/engines/libindustrial.so:${PORTSDIR}/x11-themes/gtk-industrial-theme
WRKSRC= ${WRKDIR}/Indubstrial
NO_BUILD= yes
USE_XLIB= yes
USE_GNOME= gnomehack gnomeprefix metacity
do-install:
${MKDIR} ${PREFIX}/share/themes/Indubstrial/gtk-2.0
${MKDIR} ${PREFIX}/share/themes/Indubstrial/gtk
${MKDIR} ${PREFIX}/share/gnome/themes/Indubstrial/metacity-1
${INSTALL_DATA} ${WRKSRC}/gtk-2.0/gtkrc \
${PREFIX}/share/themes/Indubstrial/gtk-2.0
${INSTALL_DATA} ${WRKSRC}/gtk/gtkrc \
${PREFIX}/share/themes/Indubstrial/gtk
${INSTALL_DATA} ${WRKSRC}/metacity-1/metacity-theme-1.xml \
${PREFIX}/share/gnome/themes/Indubstrial/metacity-1
${INSTALL_DATA} ${WRKSRC}/index.theme \
${PREFIX}/share/themes/Indubstrial
.include <bsd.port.mk>