1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-themes/gtk-envy-theme/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
923 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= 2
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.gnome-look.org/CONTENT/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>