1d6e3807bf
Approved by: miwi (mentor)
32 lines
915 B
Makefile
32 lines
915 B
Makefile
# 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= farrokhi@FreeBSD.org
|
|
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>
|